Functions
xsthread.c File Reference
#include "xsthread.h"
#include <string.h>
Include dependency graph for xsthread.c:

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...
 

Function Documentation

◆ pthread_setname_np()

int pthread_setname_np ( pthread_t  __target_thread,
const char *  __name 
)

◆ pthread_setname_np2()

static int pthread_setname_np2 ( pthread_t  __target_thread,
const char *  __name 
)
inlinestatic

Definition at line 124 of file xsthread.c.

◆ xsStartThread()

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.



xsens_mti_driver
Author(s):
autogenerated on Sun Sep 3 2023 02:43:21