Home
last modified time | relevance | path

Searched refs:res (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportmux_impl.inc.h36 uint32_t res; local
89 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 */
Dport_common.c78 portBASE_TYPE res = xTaskCreatePinnedToCore( &main_task, "main", in esp_startup_start_app_common() local
81 assert( res == pdTRUE ); in esp_startup_start_app_common()
82 ( void ) res; in esp_startup_start_app_common()