Searched refs:owner (Results 1 – 3 of 3) sorted by relevance
54 uint32_t owner = mux->owner; local57 … 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; local158 … 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 …]
402 mux->owner = portMUX_FREE_VAL; in vPortCPUInitializeMutex()
11 # modifies JS files, only @js-owner and not the global12 # owner(s) will be requested for a review.