Wrapping classes related to threads and synchronization.
|
| class | CThread |
| | Class to wrap (POSIX) threads. More...
|
| |
| class | CMutex |
| | Class to wrap (POSIX) mutex objects. More...
|
| |
| class | CCond |
| | Class to wrap (POSIX) condition variables. More...
|
| |
| class | CSleeper |
| | Class allowing to sleep until one out of multiple i/o operations becomes possible. More...
|
| |
|
| typedef void * | FThreadRoutine(void *data) |
| | Function type for thread routines.
|
| |
|
|
void | Sleep (TTicks mSecs) |
| | Suspend for mSecs milliseconds using nanosleep().
|
| |
◆ FThreadRoutine
| typedef void * FThreadRoutine(void *data) |
Function type for thread routines.
- Parameters
-
| data | User data as passed to the CThread object. |
Definition at line 1684 of file base.H.