#include <pthread.h>
Go to the source code of this file.
Defines | |
#define | HAVE_PTHREAD_H |
#define | POSIX_THREADS |
Typedefs | |
typedef pthread_cond_t | TCondition |
typedef pthread_mutex_t | TMutex |
typedef pthread_t | TThread |
#define HAVE_PTHREAD_H |
#define POSIX_THREADS |
typedef pthread_cond_t TCondition |