Go to the source code of this file.
Functions | |
int | pthread_setname_np (pthread_t __target_thread, const char *__name) |
static int | pthread_setname_np2 (pthread_t __target_thread, const char *__name) |
void XSTYPES_DLL_API | xsNameThisThread (const char *threadName) |
Set the name of the current thread to threadName. More... | |
pthread_t XSTYPES_DLL_API | xsStartThread (void *(func)(void *), void *param, void *pid) |
Start a function as a thread. More... | |
int pthread_setname_np | ( | pthread_t | __target_thread, |
const char * | __name | ||
) |
|
inlinestatic |
Definition at line 124 of file xsthread.c.
pthread_t XSTYPES_DLL_API xsStartThread | ( | void * | func)(void *, |
void * | param, | ||
void * | pid | ||
) |
Start a function as a thread.
Definition at line 156 of file xsthread.c.