#include <pthread.h>
#include <stdexcept>
#include <omnithread.h>
Go to the source code of this file.
Classes | |
class | mld_mutex_t |
class | mld_condition_t |
class | mld_thread_t |
Defines | |
#define | __macos__ |
#define | __INLINE__ inline |
#define | DO_DEBUG 0 |
#define | DEBUG(X) do{} while(0); |
Typedefs | |
typedef mld_mutex_t | mld_mutex |
typedef mld_mutex_t * | mld_mutex_ptr |
typedef mld_condition_t | mld_condition |
typedef mld_condition_t * | mld_condition_ptr |
typedef mld_thread_t | mld_thread |
typedef mld_thread_t * | mld_thread_ptr |
#define __INLINE__ inline |
#define __macos__ |
#define DEBUG | ( | X | ) | do{} while(0); |
#define DO_DEBUG 0 |
typedef mld_condition_t mld_condition |
typedef mld_condition_t * mld_condition_ptr |
typedef mld_mutex_t mld_mutex |
typedef mld_mutex_t * mld_mutex_ptr |
typedef mld_thread_t mld_thread |
typedef mld_thread_t * mld_thread_ptr |