Searched refs:portMUX_FREE_VAL (Results 1 – 3 of 3) sorted by relevance
57 … if( ( owner != portMUX_FREE_VAL ) && ( owner != CORE_ID_PRO ) && ( owner != CORE_ID_APP ) )59 … if (owner != portMUX_FREE_VAL && owner != CORE_ID_REGVAL_PRO && owner != CORE_ID_REGVAL_APP)63 mux->owner = portMUX_FREE_VAL;90 PORTMUX_COMPARE_SET_FN_NAME( &mux->owner, portMUX_FREE_VAL, &res );113 …assert( res == coreID || res == portMUX_FREE_VAL ); /* any other value implies memory co…114 …assert( ( res == portMUX_FREE_VAL ) == ( mux->count == 0 ) ); /* we're first to lock iff count is …122 if( res == portMUX_FREE_VAL ) /*initial lock */158 … if( ( owner != portMUX_FREE_VAL ) && ( owner != CORE_ID_PRO ) && ( owner != CORE_ID_APP ) )160 … if (owner != portMUX_FREE_VAL && owner != CORE_ID_REGVAL_PRO && owner != CORE_ID_REGVAL_APP)185 mux->owner = portMUX_FREE_VAL;
402 mux->owner = portMUX_FREE_VAL; in vPortCPUInitializeMutex()
142 …#define portMUX_FREE_VAL SPINLOCK_FREE /**< Spinlock is free. [re… macro