Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
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 */