>
#include <stdint.h>
#include <stdarg.h>
#include <malloc.h>
#include <pthread.h>
Go to the source code of this file.
Defines | |
#define | InitializeCriticalSection(a) pthread_mutex_init( a, 0 ) |
#define | CreateMutex(nul, own, name) pthread_mutex_init( a, 0 ) |
#define | EnterCriticalSection pthread_mutex_lock |
#define | LeaveCriticalSection pthread_mutex_unlock |
#define | DeleteCriticalSection pthread_mutex_destroy |
#define | ReleaseMutex(m) pthread_mutex_destroy( &m ) |
#define | CRITICAL_SECTION pthread_mutex_t |
#define | MAX_PATH 250 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|