Searched refs:OS_IsISRContext (Results 1 – 6 of 6) sorted by relevance
172 if (OS_IsISRContext()) { in OS_TimerStart()214 if (OS_IsISRContext()) { in OS_TimerChangePeriod()245 if (OS_IsISRContext()) { in OS_TimerStop()
103 if (OS_IsISRContext()) { in OS_QueueSend()141 if (OS_IsISRContext()) { in OS_QueueReceive()
114 if (OS_IsISRContext()) { in OS_SemaphoreWait()152 if (OS_IsISRContext()) { in OS_SemaphoreRelease()
46 static __always_inline int OS_IsISRContext(void) in OS_IsISRContext() function
42 static __always_inline int OS_IsISRContext(void) in OS_IsISRContext() function
917 if(!OS_IsISRContext()){ in __mci_irq_handler()
Completed in 16 milliseconds