Searched refs:vTaskSwitchContext (Results 1 – 25 of 180) sorted by relevance
12345678
36 vTaskSwitchContext(); in vPortYield()40 vTaskSwitchContext( portGET_CORE_ID() ); in vPortYield()58 vTaskSwitchContext(); in prvTickISR()74 vTaskSwitchContext( portGET_CORE_ID() ); in prvTickISR()
32 IMPORT vTaskSwitchContext35 IMPORT vTaskSwitchContext56 LDR R0, =vTaskSwitchContext161 ; vTaskSwitchContext() if vTaskSwitchContext() uses LDRD or STRD164 LDR r0, =vTaskSwitchContext
34 extern void vTaskSwitchContext( void );53 asm { call far ptr vTaskSwitchContext } \
32 EXTERN vTaskSwitchContext59 LDR R0, =vTaskSwitchContext164 ; vTaskSwitchContext() if vTaskSwitchContext() uses LDRD or STRD167 LDR r0, =vTaskSwitchContext
94 vTaskSwitchContext(); in vPortYieldProcessor()145 vTaskSwitchContext(); in vPreemptiveTick()
96 vTaskSwitchContext(); in vPortYieldProcessor()143 vTaskSwitchContext(); in vPreemptiveTick()
86 extern void vTaskSwitchContext( void );94 vTaskSwitchContext(); \
128 extern void vTaskSwitchContext( void ); \129 vTaskSwitchContext(); \
93 extern void vTaskSwitchContext( void ); \97 vTaskSwitchContext(); \
97 extern void vTaskSwitchContext( void ); \102 vTaskSwitchContext(); \
99 extern void vTaskSwitchContext( void ); \104 vTaskSwitchContext(); \
33 EXTERN vTaskSwitchContext60 LDR R0, =vTaskSwitchContext164 ; vTaskSwitchContext() if vTaskSwitchContext() uses LDRD or STRD167 LDR r0, =vTaskSwitchContext
128 extern void vTaskSwitchContext( void ); \133 vTaskSwitchContext(); \
113 void vTaskSwitchContext();114 #define portYIELD_FROM_ISR() vTaskSwitchContext()
96 extern void vTaskSwitchContext( void ); \101 vTaskSwitchContext(); \
129 extern void vTaskSwitchContext( void );130 #define portYIELD_FROM_ISR( x ) do { if( x ) vTaskSwitchContext(); } while( 0 )
130 extern void vTaskSwitchContext( void );131 #define portYIELD_FROM_ISR( x ) do { if( x ) vTaskSwitchContext( ); } while( 0 )
119 extern void vTaskSwitchContext( void );120 … xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwitchContext( ); } while(…
197 vTaskSwitchContext(); in vPortYield()225 vTaskSwitchContext(); in vPortTickInterrupt()
31 extern void vTaskSwitchContext( void );53 … asm { call far ptr vTaskSwitchContext } /* Perform the switch. */ \
90 extern void vTaskSwitchContext( void );91 #define portYIELD_FROM_ISR( x ) do { if( x != pdFALSE ) vTaskSwitchContext( ); } while( 0 )
100 extern void vTaskSwitchContext( void ); \105 vTaskSwitchContext(); \
172 extern void vTaskSwitchContext( void );173 #define portYIELD_FROM_ISR() vTaskSwitchContext()