Home
last modified time | relevance | path

Searched refs:vSemaphoreDelete (Results 1 – 25 of 149) sorted by relevance

123456

/hal_espressif-3.6.0/components/vfs/test/
Dtest_vfs_fd.c209 vSemaphoreDelete(param1.done);
210 vSemaphoreDelete(param2.done);
211 vSemaphoreDelete(param3.done);
212 vSemaphoreDelete(param4.done);
213 vSemaphoreDelete(param5.done);
214 vSemaphoreDelete(param6.done);
215 vSemaphoreDelete(param7.done);
216 vSemaphoreDelete(param8.done);
Dtest_vfs_select.c204 vSemaphoreDelete(test_task_param.sem);
265 vSemaphoreDelete(test_task_param.sem);
308 vSemaphoreDelete(test_task_param.sem);
360 vSemaphoreDelete(test_task_param.sem);
495 vSemaphoreDelete(param.sem);
545 vSemaphoreDelete(param.sem);
548 vSemaphoreDelete(send_param.sem);
611 vSemaphoreDelete(param.sem);
/hal_espressif-3.6.0/components/esp_event/test/
Dtest_event.c391 vSemaphoreDelete(arg_1.mutex);
432 vSemaphoreDelete(arg.mutex);
475 vSemaphoreDelete(arg_1.mutex);
476 vSemaphoreDelete(arg_2.mutex);
507 vSemaphoreDelete(arg.mutex);
539 vSemaphoreDelete(arg.mutex);
577 vSemaphoreDelete(arg.mutex);
617 vSemaphoreDelete(arg.mutex);
659 vSemaphoreDelete(arg.mutex);
703 vSemaphoreDelete(arg.mutex);
[all …]
Dtest_default_loop.c131 vSemaphoreDelete(arg.mutex);
156 vSemaphoreDelete(arg_1.mutex);
/hal_espressif-3.6.0/components/vfs/
Dvfs_cdcacm.c247 vSemaphoreDelete(s_rx_semaphore); in cdcacm_enable_blocking()
251 vSemaphoreDelete(s_tx_semaphore); in cdcacm_enable_blocking()
260 vSemaphoreDelete(s_rx_semaphore); in cdcacm_disable_blocking()
262 vSemaphoreDelete(s_tx_semaphore); in cdcacm_disable_blocking()
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_aes_sha_rsa.c143 vSemaphoreDelete(exit_sema[i]);
188 vSemaphoreDelete(exit_sema[i]);
222 vSemaphoreDelete(exit_sema[i]);
256 vSemaphoreDelete(exit_sema[i]);
292 vSemaphoreDelete(exit_sema[i]);
/hal_espressif-3.6.0/examples/peripherals/twai/twai_self_test/main/
Dtwai_self_test_example_main.c137 vSemaphoreDelete(tx_sem); in app_main()
138 vSemaphoreDelete(rx_sem); in app_main()
139 vSemaphoreDelete(ctrl_sem); in app_main()
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_backported_functions.c113 vSemaphoreDelete(handle);
127 vSemaphoreDelete(handle);
137 vSemaphoreDelete(handle);
151 vSemaphoreDelete(handle);
Dtest_freertos_eventgroups.c78 vSemaphoreDelete(done_sem);
123 vSemaphoreDelete(done_sem);
217 vSemaphoreDelete(done_sem);
Dtest_freertos_debug_functions.c97 vSemaphoreDelete(start_sem[i]);
100 vSemaphoreDelete(done_sem);
Dtest_spinlocks.c108 vSemaphoreDelete(done_sem);
138 vSemaphoreDelete(done_sem);
/hal_espressif-3.6.0/components/bt/common/osi/
Dmutex.c72 vSemaphoreDelete(*mutex); in osi_mutex_free()
88 vSemaphoreDelete(gl_mutex); in osi_mutex_global_deinit()
/hal_espressif-3.6.0/components/esp_timer/test/
Dtest_esp_timer.c153 vSemaphoreDelete(done);
256 vSemaphoreDelete(args.done);
422 vSemaphoreDelete(semaphore);
519 vSemaphoreDelete(done);
564 vSemaphoreDelete(args.notify_from_timer_cb);
617 vSemaphoreDelete(args.delete_done);
618 vSemaphoreDelete(args.delete_start);
619 vSemaphoreDelete(args.test_done);
713 vSemaphoreDelete(sem);
1099 vSemaphoreDelete(done);
[all …]
/hal_espressif-3.6.0/components/esp_wifi/test/
Dtest_wifi_init.c117 vSemaphoreDelete(sema);
170 vSemaphoreDelete(sema);
219 vSemaphoreDelete(sema);
272 vSemaphoreDelete(sema);
/hal_espressif-3.6.0/components/esp_ipc/test/
Dtest_ipc_isr.c82 vSemaphoreDelete(exit_sema[0]);
83 vSemaphoreDelete(exit_sema[1]);
Dtest_ipc.c72 vSemaphoreDelete(sema_ipc_done);
122 vSemaphoreDelete(sema_ipc_done[task_num * 2 + cpu_num]);
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_common_api.c51 vSemaphoreDelete(semaphore); in esp_ble_mesh_init()
59 vSemaphoreDelete(semaphore); in esp_ble_mesh_init()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_master/main/
Dtwai_network_example_master_main.c234 vSemaphoreDelete(ctrl_task_sem); in app_main()
235 vSemaphoreDelete(stop_ping_sem); in app_main()
236 vSemaphoreDelete(done_sem); in app_main()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_slave/main/
Dtwai_network_example_slave_main.c259 vSemaphoreDelete(ctrl_task_sem); in app_main()
260 vSemaphoreDelete(stop_data_sem); in app_main()
261 vSemaphoreDelete(done_sem); in app_main()
/hal_espressif-3.6.0/components/fatfs/test/
Dtest_fatfs_rawflash.c325 vSemaphoreDelete(args1.done);
326 vSemaphoreDelete(args2.done);
327 vSemaphoreDelete(args3.done);
328 vSemaphoreDelete(args4.done);
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_delay.c61 vSemaphoreDelete(args.done);
84 vSemaphoreDelete(args.done);
/hal_espressif-3.6.0/components/app_trace/test/
Dtest_trace.c472 vSemaphoreDelete(test_cfg->tasks[i].done); in esp_apptrace_test()
478 vSemaphoreDelete(s_print_lock); in esp_apptrace_test()
790 vSemaphoreDelete(arg1.done);
792 vSemaphoreDelete(arg2.done);
915 vSemaphoreDelete(arg1.done);
917 vSemaphoreDelete(arg2.done);
994 vSemaphoreDelete(arg1.done);
996 vSemaphoreDelete(arg2.done);
998 vSemaphoreDelete(arg3.done);
1000 vSemaphoreDelete(arg4.done);
[all …]
/hal_espressif-3.6.0/components/wear_levelling/test/
Dtest_wl.c183 vSemaphoreDelete(args1.done);
184 vSemaphoreDelete(args2.done);
185 vSemaphoreDelete(args3.done);
186 vSemaphoreDelete(args4.done);
/hal_espressif-3.6.0/examples/wifi/espnow/main/
Despnow_example_main.c307 vSemaphoreDelete(s_example_espnow_queue); in example_espnow_init()
324 vSemaphoreDelete(s_example_espnow_queue); in example_espnow_init()
339 vSemaphoreDelete(s_example_espnow_queue); in example_espnow_init()
355 vSemaphoreDelete(s_example_espnow_queue); in example_espnow_deinit()
/hal_espressif-3.6.0/examples/peripherals/twai/twai_alert_and_recovery/main/
Dtwai_alert_and_recovery_example_main.c153 vSemaphoreDelete(tx_task_sem); in app_main()
154 vSemaphoreDelete(ctrl_task_sem); in app_main()

123456