Searched refs:coreID (Results 1 – 2 of 2) sorted by relevance
37 portBASE_TYPE coreID, otherCoreID; local69 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; local168 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 */
134 extern void vPortYieldCore( uint32_t coreID );
Completed in 3 milliseconds