Searched refs:res (Results 1 – 2 of 2) sorted by relevance
36 uint32_t res; local89 res = coreID;90 PORTMUX_COMPARE_SET_FN_NAME( &mux->owner, portMUX_FREE_VAL, &res );92 if( res != otherCoreID )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 */
78 portBASE_TYPE res = xTaskCreatePinnedToCore( &main_task, "main", in esp_startup_start_app_common() local81 assert( res == pdTRUE ); in esp_startup_start_app_common()82 ( void ) res; in esp_startup_start_app_common()