mUPnP for C
|
Macros | |
#define | mupnp_log_debug_l4(msg) |
Functions | |
mUpnpMutex * | mupnp_mutex_new () |
bool | mupnp_mutex_delete (mUpnpMutex *mutex) |
bool | mupnp_mutex_lock (mUpnpMutex *mutex) |
bool | mupnp_mutex_unlock (mUpnpMutex *mutex) |
#define mupnp_log_debug_l4 | ( | msg | ) |
bool mupnp_mutex_delete | ( | mUpnpMutex * | mutex | ) |
Destroy a mutex
mutex | The mutex to destroy |
bool mupnp_mutex_lock | ( | mUpnpMutex * | mutex | ) |
Acquire a mutex lock
mutex | Mutex to lock |
mUpnpMutex * mupnp_mutex_new | ( | void | ) |
Create a new mutex
bool mupnp_mutex_unlock | ( | mUpnpMutex * | mutex | ) |
Release a locked mutex
mutex | Mutex to unlock |