libnx  v4.6.0
Data Fields
RwLock Struct Reference

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
 

Detailed Description

Read/write lock structure.


The documentation for this struct was generated from the following file: