Searched defs:InInterruptContext (Results 1 – 4 of 4) sorted by relevance
20 inline bool InInterruptContext() { return k_is_in_isr(); } in InInterruptContext() function
25 inline bool InInterruptContext() { return !!xPortIsInsideInterrupt(); } in InInterruptContext() function
31 inline bool InInterruptContext() { in InInterruptContext() function
24 bool InInterruptContext() { in InInterruptContext() function