Searched refs:portDISABLE_INTERRUPTS (Results 1 – 3 of 3) sorted by relevance
293 #ifndef portDISABLE_INTERRUPTS295 #define portDISABLE_INTERRUPTS() __disable_interrupt() macro297 #define portDISABLE_INTERRUPTS() __disable_interrupts() macro299 #define portDISABLE_INTERRUPTS() __disable_irq() macro302 #define portDISABLE_INTERRUPTS() _tx_thread_interrupt_disable() macro324 #define taskDISABLE_INTERRUPTS() portDISABLE_INTERRUPTS()
96 `portDISABLE_INTERRUPTS`
255 portDISABLE_INTERRUPTS(); in vPortEnterCritical()