Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | __DEBUG_MUTEX_INITIALIZER(lockname) , .magic = &lockname |
#define | mutex_init(mutex) |
Functions | |
void | mutex_destroy (struct mutex *lock) |
#define __DEBUG_MUTEX_INITIALIZER | ( | lockname | ) | , .magic = &lockname |
Definition at line 11 of file mutex-debug.h.
#define mutex_init | ( | mutex | ) |
Definition at line 14 of file mutex-debug.h.
Definition at line 104 of file mutex-debug.c.