libnx
v4.7.0
|
Read/write lock structure. More...
#include <rwlock.h>
Data Fields | |
Mutex | mutex |
CondVar | condvar_reader_wait |
CondVar | condvar_writer_wait |
u32 | read_lock_count |
u32 | read_waiter_count |
u32 | write_lock_count |
u32 | write_waiter_count |
u32 | write_owner_tag |
Read/write lock structure.