Home
last modified time | relevance | path

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

/Kernel-v11.1.0/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_…
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_…
[all …]
Dport.c406 mux->owner = portMUX_FREE_VAL; in vPortCPUInitializeMutex()
/Kernel-v11.1.0/.github/
DCODEOWNERS11 # modifies JS files, only @js-owner and not the global
12 # owner(s) will be requested for a review.
/Kernel-v11.1.0/
DMISRA.md103 - The conversion from a pointer to void in list macros for list item owner