Home
last modified time | relevance | path

Searched refs:coreID (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32/
A Dportmux_impl.inc.h37 portBASE_TYPE coreID, otherCoreID; local
69 RSR( PRID, coreID );
75 otherCoreID = CORE_ID_XOR_SWAP ^ coreID;
77 otherCoreID = CORE_ID_REGVAL_XOR_SWAP ^ coreID;
89 res = coreID;
113 …assert( res == coreID || res == portMUX_FREE_VAL ); /* any other value implies memory co…
149 portBASE_TYPE coreID; local
168 RSR( PRID, coreID );
172 if( coreID != mux->owner )
179 … assert( coreID == mux->owner ); /* This is a mutex we didn't lock, or it's corrupt */
/FreeRTOS-Kernel/portable/CCRH/F1Kx/
A Dportmacro.h134 extern void vPortYieldCore( uint32_t coreID );

Completed in 3 milliseconds