Evo C++ Library v0.5.1
|
Evo system threads implementation. More...
Go to the source code of this file.
Classes | |
struct | SysMutex |
struct | SysThread |
Namespaces | |
evo | |
Evo C++ Library namespace. | |
Macros | |
#define | EVO_THREAD_RUN_DEFINE(NAME, PARAM_NAME) void* NAME(void* PARAM_NAME) |
Used to define a thread run function used with SysThread (used internally). More... | |
#define | EVO_THREAD_RUN_RETURN return NULL |
Used to return from a thread run function used with SysThread (used internally). More... | |
#define | INCL_evo_systhread_h |
Evo system threads implementation.
#define EVO_THREAD_RUN_DEFINE | ( | NAME, | |
PARAM_NAME | |||
) | void* NAME(void* PARAM_NAME) |
Used to define a thread run function used with SysThread (used internally).
NAME | Function name |
PARAM_NAME | Paremter name (always void*) |
#define EVO_THREAD_RUN_RETURN return NULL |
Used to return from a thread run function used with SysThread (used internally).
#define INCL_evo_systhread_h |