Go to the source code of this file.
Classes | |
class | Thread |
class | Section |
Class defining a critical section. More... | |
Defines | |
#define | THREADFUNCTION(__funcname, __input) ulong __stdcall __funcname(void* __input) |
#define | RETURN(_value) return (ulong)_value |
Typedefs | |
typedef ulong(__stdcall * | Function )(void *) |
typedef Thread * | pThread |
typedef Section * | pSection |
Functions | |
void | wait (unsigned long milsec) |
#define THREADFUNCTION | ( | __funcname, | ||
__input | ||||
) | ulong __stdcall __funcname(void* __input) |