WallShell
An easy-to-use, highly portable, CLI using C99.
|
Atomic bool structure provided by WallShell. More...
Data Fields | |
bool | b |
Bool currently stored by the atomic_bool. More... | |
ws_mutex_t * | mut |
Pointer to the mutex the bool uses. More... | |
Atomic bool structure provided by WallShell.
This is simply a wrapper around your system's mutex type. How it's created, destroyed, and accessed is very important.
b |
Bool currently stored by the atomic_bool.
This should never be accessed directly.
mut |
Pointer to the mutex the bool uses.
This should never be accessed directly.