Classes | |
struct | osip_mutex |
Functions | |
struct osip_mutex * | osip_mutex_init (void) |
void | osip_mutex_destroy (struct osip_mutex *mut) |
int | osip_mutex_lock (struct osip_mutex *mut) |
int | osip_mutex_unlock (struct osip_mutex *mut) |
|
Destroy the mutex.
|
|
Allocate and Initialise a semaphore. |
|
Lock the mutex.
|
|
Unlock the mutex.
|