Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportmux_impl.inc.h57 … 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;
Dport.c406 mux->owner = portMUX_FREE_VAL; in vPortCPUInitializeMutex()
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h143 …#define portMUX_FREE_VAL SPINLOCK_FREE /**< Spinlock is free. [refactor-t… macro