#include <stdlib.h>
#include <pthread.h>
Go to the source code of this file.
Defines | |
#define | M_MUTEX_INIT pthread_mutex_init |
#define | M_MUTEX_LOCK pthread_mutex_lock |
#define | M_MUTEX_UNLOCK pthread_mutex_unlock |
#define | M_MUTEX_TRYLOCK pthread_mutex_trylock |
#define | MALLOC malloc |
#define | CALLOC calloc |
#define | REALLOC realloc |
#define | FREE free |
Typedefs | |
typedef pthread_mutex_t | m_mutex_t |
Definition in file util.h.