#include <threads.h>
Public Member Functions | |
BoolAcquire (bool &b) | |
~BoolAcquire () | |
Private Attributes | |
bool & | _b |
We use a class to turn Threads::in_threads on and off, to be exception-safe.
|
inlineexplicit |
|
inline |
|
private |
Definition at line 61 of file threads.h.
Referenced by BoolAcquire(), and ~BoolAcquire().