Thread & Mutex. More...
#include "mo_def.h"
#include <pthread.h>
Go to the source code of this file.
Classes | |
struct | MoThread |
generic thread More... | |
struct | MoMutex |
generic mutex More... | |
Defines | |
#define | THREAD_TYPE |
Typedefs | |
typedef pthread_t | THREAD_HANDLE |
typedef void * | THREAD_RETURN |
typedef void *(* | THREAD_FUNCTION )(void *) |
typedef pthread_mutex_t | MUTEX |
Thread & Mutex.
Adapted from ChucK adapted from STK
Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/
#define THREAD_TYPE |
typedef pthread_mutex_t MUTEX |
typedef void*(* THREAD_FUNCTION)(void *) |
typedef pthread_t THREAD_HANDLE |
typedef void* THREAD_RETURN |