PinCRT
|
#include <rw-lock.h>
Public Attributes | |
OS_MUTEX_TYPE_IMPL | lock |
OS_APIS_RW_LOCK_OWNER_TYPE | owner_type |
UINT32 | readers |
OS_EVENT | no_readers_event |
UINT32 | waiters_count |
UINT32 | spinlock_fork_count |
This is an opaque struct for readers/writers lock. This struct should be used with the functions declared in this header.