dynamic::api Namespace Reference
Wrapper for platform-specific function calls.
More...
|
Classes |
| class | mutex |
| | A mutual exclusion. More...
|
| class | thread |
| | A thread of execution. More...
|
| class | event |
| | A synchronization primitive. More...
|
| class | atomic_counter |
| | An atomic (threadsafe) integer which supports ++ and --. More...
|
| class | stack |
| | Maintain a count of a stack. More...
|
Typedefs |
|
typedef struct stat | stat |
|
typedef LONG volatile | interlocked_var |
Functions |
|
int | fstat (const char *file, stat *buf) |
|
int | execv (const char *cmd, char *const *argv) |
|
void | sleep (int s) |
| | Pauses execution for a number of seconds.
|
|
int | execv (const char *cmd, char *argv[]) |
Detailed Description
Wrapper for platform-specific function calls.