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