The Pedigree Project
0.1
|
#include <Uninterruptible.h>
Private Member Functions | |
NOT_COPYABLE_OR_ASSIGNABLE (Uninterruptible) | |
Uninterruptible provides an RAII helper to move the current thread into an uninterruptible state. That means the thread will be able to be scheduled, but will not be able to have any events sent to it until it ceases to be uninterruptible. This can be important in certain cases where an event would cause a re-entry into a mutual exclusion critical section or some other undesirable event.
Definition at line 35 of file Uninterruptible.h.