Coconut Framework
beta
|
Define CNLock data structure. More...
#include <pthread.h>
Go to the source code of this file.
Classes | |
struct | CNLock |
Object for mutex operation. More... | |
Functions | |
static void | CNInitLock (struct CNLock *dst) |
Initialize lock. More... | |
static void | CNDestroyLock (struct CNLock *dst) |
Release the resource for lock. More... | |
static void | CNLock (struct CNLock *src) |
Mutex lock. More... | |
static void | CNUnlock (struct CNLock *src) |
Mutex unlock. More... | |
Define CNLock data structure.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |