![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Thread-specific global and its setter. More...
#include <threads.h>
Go to the source code of this file.
Functions | |
void | o2s_thread_set_name (const char *name) |
Sets both the O2S thread name and the POSIX thread name (/proc/self/task/tid/comm). |
Variables | |
thread_local char | o2s_thread_name [8] |
Thread name, used when logging. |
Thread-specific global and its setter.
Definition in file thread.h.
void o2s_thread_set_name | ( | const char * | name | ) |