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_…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_…185 mux->owner = portMUX_FREE_VAL;
406 mux->owner = portMUX_FREE_VAL; in vPortCPUInitializeMutex()
143 …#define portMUX_FREE_VAL SPINLOCK_FREE /**< Spinlock is free. [refactor-t… macro