| /Kernel-v10.6.2/portable/IAR/AVR_AVRDx/ |
| D | portmacro.h | 98 #define portYIELD_FROM_ISR() vPortYieldFromISR() macro
|
| /Kernel-v10.6.2/portable/IAR/AVR_Mega0/ |
| D | portmacro.h | 98 #define portYIELD_FROM_ISR() vPortYieldFromISR() macro
|
| /Kernel-v10.6.2/portable/Softune/MB91460/ |
| D | portmacro.h | 101 #define portYIELD_FROM_ISR() DICR_DLYI = 1 macro
|
| /Kernel-v10.6.2/portable/IAR/V850ES/ |
| D | portmacro.h | 120 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… macro
|
| /Kernel-v10.6.2/portable/GCC/PPC405_Xilinx/ |
| D | portmacro.h | 95 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
| /Kernel-v10.6.2/portable/GCC/PPC440_Xilinx/ |
| D | portmacro.h | 95 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
| /Kernel-v10.6.2/portable/GCC/MicroBlaze/ |
| D | portmacro.h | 112 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
| /Kernel-v10.6.2/portable/Rowley/MSP430F449/ |
| D | portmacro.h | 130 #define portYIELD_FROM_ISR( x ) do { if( x ) vTaskSwitchContext(); } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/IAR/MSP430/ |
| D | portmacro.h | 131 #define portYIELD_FROM_ISR( x ) do { if( x ) vTaskSwitchContext(); } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/GCC/RL78/ |
| D | portmacro.h | 109 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… macro
|
| /Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/ |
| D | portmacro.h | 196 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
| /Kernel-v10.6.2/portable/GCC/ARM7_LPC23xx/ |
| D | portmacro.h | 196 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
| /Kernel-v10.6.2/portable/GCC/ARM7_LPC2000/ |
| D | portmacro.h | 173 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
| /Kernel-v10.6.2/portable/GCC/CORTUS_APS3/ |
| D | portmacro.h | 104 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdFALSE… macro
|
| /Kernel-v10.6.2/portable/IAR/MSP430X/ |
| D | portmacro.h | 136 #define portYIELD_FROM_ISR( x ) do { if( x ) vPortYield(); } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/CCS/MSP430X/ |
| D | portmacro.h | 137 #define portYIELD_FROM_ISR( x ) do { if( x ) vPortYield(); } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/ThirdParty/GCC/ATmega/ |
| D | portmacro.h | 143 #define portYIELD_FROM_ISR() vPortYieldFromISR() macro
|
| /Kernel-v10.6.2/portable/Softune/MB96340/ |
| D | portmacro.h | 108 #define portYIELD_FROM_ISR() __asm( " SETB 03A4H:0 " ); macro
|
| /Kernel-v10.6.2/portable/GCC/ARM7_AT91FR40008/ |
| D | portmacro.h | 204 #define portYIELD_FROM_ISR() vTaskSwitchContext() macro
|
| /Kernel-v10.6.2/portable/IAR/RX600/ |
| D | portmacro.h | 101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD(); } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/Renesas/SH2A_FPU/ |
| D | portmacro.h | 91 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) vTaskSwitchContext(); } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/IAR/RXv2/ |
| D | portmacro.h | 101 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) portYIELD(); } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/IAR/RX100/ |
| D | portmacro.h | 99 #define portYIELD_FROM_ISR( x ) do { if( ( x ) != pdFALSE ) { portYIELD(); } } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/GCC/RX600/ |
| D | portmacro.h | 104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 ) macro
|
| /Kernel-v10.6.2/portable/GCC/RX600v2/ |
| D | portmacro.h | 104 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) portYIELD(); } while( 0 ) macro
|