Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportmux_impl.inc.h54 uint32_t owner = mux->owner; local
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)
62 …quireMutex: mux %p is uninitialized (0x%X)! Called from %s line %d.\n", mux, owner, fnName, line );
63 mux->owner = portMUX_FREE_VAL;
90 PORTMUX_COMPARE_SET_FN_NAME( &mux->owner, portMUX_FREE_VAL, &res );
106 ets_printf( "Owner 0x%x count %d\n", mux->owner, mux->count );
155 uint32_t owner = mux->owner; local
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)
[all …]
Dport.c402 mux->owner = portMUX_FREE_VAL; in vPortCPUInitializeMutex()
/Kernel-v10.6.2/.github/
DCODEOWNERS11 # modifies JS files, only @js-owner and not the global
12 # owner(s) will be requested for a review.