Classes | |
class | critical_section |
class | uncritical_section |
Functions | |
bool | in_handler_mode (void) |
Check if the CPU is in handler mode. More... | |
|
inline |
Check if the CPU is in handler mode.
true | Execution is in an exception handler context. |
false | Execution is in a thread context. |
Definition at line 1091 of file os-sched.h.