commons::st_intr_bool Class Reference
Like
st_intr_cond, but a bool instead, so there's state; newly joining threads may immediately be interrupted.
More...
#include <st.h>
List of all members.
|
Public Member Functions |
void | insert (st_thread_t t) |
void | erase (st_thread_t t) |
void | set () |
void | reset () |
| operator bool () const |
Detailed Description
Like
st_intr_cond, but a bool instead, so there's state; newly joining threads may immediately be interrupted.
Interruption occurs when this is set to true.
Definition at line 279 of file st.h.
The documentation for this class was generated from the following file: