Searched refs:task_created (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/ |
D | msc_example_main.c | 129 BaseType_t task_created; in app_main() local 142 task_created = xTaskCreate(handle_usb_events, "usb_events", 2048, NULL, 2, NULL); in app_main() 143 assert(task_created); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | test_msc.c | 180 BaseType_t task_created; in msc_setup() local 201 task_created = xTaskCreate(handle_usb_events, "usb_events", 2048, NULL, 2, NULL); in msc_setup() 202 TEST_ASSERT(task_created); in msc_setup()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host.c | 303 BaseType_t task_created = xTaskCreatePinnedToCore( in msc_host_install() local 306 MSC_GOTO_ON_FALSE(task_created, ESP_ERR_NO_MEM); in msc_host_install()
|
/hal_espressif-3.6.0/components/esp_event/ |
D | esp_event.c | 493 …BaseType_t task_created = xTaskCreatePinnedToCore(esp_event_loop_run_task, event_loop_args->task_n… in esp_event_loop_create() local 497 if (task_created != pdPASS) { in esp_event_loop_create()
|