|
Reduct
v4.0.5-1-g4851deb
A functional and immutable language.
|
Read-Write Mutex structure. More...
#include <sync.h>
Data Fields | |
| mtx_t | mtx |
| cnd_t | cnd |
| uint32_t | readers |
| uint32_t | writersWaiting |
| bool | writing |