aboutsummaryrefslogtreecommitdiff
path: root/threads_util.h
blob: c2bf489dd7d1665412cbd537167ef78af174cf5a (plain)
1
2
3
4
5
6
#ifndef _THREADS_UTIL_H
#define _THREADS_UTIL_H

void thread_set_name(const char *name);

#endif // _THREADS_UTIL_H