Go to the source code of this file.
◆ InvalidHandle
◆ THREAD_HANDLE
#define THREAD_HANDLE pthread_t |
◆ pthread_fn
typedef void*( * pthread_fn) (void *) |
◆ uSleep()
void uSleep |
( |
unsigned int |
ms | ) |
|
|
inline |
Calling thread sleeps for some milliseconds.
Definition at line 23 of file Posix/UThreadC.h.
◆ uSleepMicro()
void uSleepMicro |
( |
unsigned int |
us | ) |
|
|
inline |
Calling thread sleeps for some microseconds.
Definition at line 35 of file Posix/UThreadC.h.
◆ uSleepNano()
void uSleepNano |
( |
unsigned int |
ns | ) |
|
|
inline |
Calling thread sleeps for some nanoseconds.
Definition at line 47 of file Posix/UThreadC.h.