|
SIP Witch 1.9.15
|
Data Structures | |
| struct | osip_mutex |
| Structure for referencing a mutex element. More... | |
Functions | |
| struct osip_mutex * | osip_mutex_init (void) |
| Allocate and Initialise a mutex. More... | |
| void | osip_mutex_destroy (struct osip_mutex *mut) |
| Destroy the mutex. More... | |
| int | osip_mutex_lock (struct osip_mutex *mut) |
| Lock the mutex. More... | |
| int | osip_mutex_unlock (struct osip_mutex *mut) |
| Unlock the mutex. More... | |
| void osip_mutex_destroy | ( | struct osip_mutex * | mut | ) |
| struct osip_mutex* osip_mutex_init | ( | void | ) |
#include <osip_mt.h>
Allocate and Initialise a mutex.
| int osip_mutex_lock | ( | struct osip_mutex * | mut | ) |
| int osip_mutex_unlock | ( | struct osip_mutex * | mut | ) |
1.8.6