Typedefs | |
typedef struct _mutex_t * | mutex_t |
Functions | |
mutex_t | mutex_new () |
void | mutex_init (mutex_t) |
void | mutex_delete (vm_t, mutex_t) |
void | mutex_deinit (mutex_t) |
long | mutex_lock (vm_t, mutex_t, thread_t) |
long | mutex_unlock (vm_t, mutex_t, thread_t) |
mutex_t mutex_new | ( | ) |
void mutex_init | ( | mutex_t | ) |
void mutex_deinit | ( | mutex_t | ) |