Searched refs:portDISABLE_INTERRUPTS (Results 1 – 3 of 3) sorted by relevance
294 #ifndef portDISABLE_INTERRUPTS296 #define portDISABLE_INTERRUPTS() __disable_interrupt() macro298 #define portDISABLE_INTERRUPTS() __disable_interrupts() macro300 #define portDISABLE_INTERRUPTS() __disable_irq() macro303 #define portDISABLE_INTERRUPTS() _tx_thread_interrupt_disable() macro325 #define taskDISABLE_INTERRUPTS() portDISABLE_INTERRUPTS()
96 `portDISABLE_INTERRUPTS`
252 portDISABLE_INTERRUPTS(); in vPortEnterCritical()