Home
last modified time | relevance | path

Searched refs:vPortYieldOtherCore (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h101 void vPortYieldOtherCore( int xOtherCoreID );
102 #define portYIELD_CORE( x ) vPortYieldOtherCore( x )
Dport.c70 void vPortYieldOtherCore( int xOtherCoreID ) in vPortYieldOtherCore() function
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h490 void vPortYieldOtherCore( BaseType_t coreid ) PRIVILEGED_FUNCTION;
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c297 void vPortYieldOtherCore( BaseType_t coreid ) in vPortYieldOtherCore() function