37 #error this is a private header file
41 #include "threads/mutexp.h"
42 #include "threads/condvarp.h"
67 void cc_rwmutex_struct_init(
cc_rwmutex * rwmutex);
68 void cc_rwmutex_struct_clean(
cc_rwmutex * rwmutex);
cc_precedence
The precedence values for the read-write mutex.
Definition: common.h:67
The structure for a conditional variable.
Definition: condvarp.h:61
The structure for a mutex.
Definition: mutexp.h:61
The structure for a read-write mutex.
Definition: rwmutexp.h:54