Home
last modified time | relevance | path

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

12345

/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/components/bt/common/osi/
Dmutex.c72 vSemaphoreDelete(*mutex); in osi_mutex_free()
88 vSemaphoreDelete(gl_mutex); in osi_mutex_global_deinit()
/hal_espressif-2.7.6/components/vfs/
Dvfs_cdcacm.c255 vSemaphoreDelete(s_rx_semaphore); in cdcacm_enable_blocking()
259 vSemaphoreDelete(s_tx_semaphore); in cdcacm_enable_blocking()
268 vSemaphoreDelete(s_rx_semaphore); in cdcacm_disable_blocking()
270 vSemaphoreDelete(s_tx_semaphore); in cdcacm_disable_blocking()
/hal_espressif-2.7.6/components/esp32/test/
Dtest_aes_sha_rsa.c135 vSemaphoreDelete(exit_sema[i]);
180 vSemaphoreDelete(exit_sema[i]);
214 vSemaphoreDelete(exit_sema[i]);
248 vSemaphoreDelete(exit_sema[i]);
284 vSemaphoreDelete(exit_sema[i]);
/hal_espressif-2.7.6/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-2.7.6/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_common_api.c59 vSemaphoreDelete(semaphore); in esp_ble_mesh_init()
67 vSemaphoreDelete(semaphore); in esp_ble_mesh_init()
/hal_espressif-2.7.6/components/esp_common/test/
Dtest_delay.c61 vSemaphoreDelete(args.done);
84 vSemaphoreDelete(args.done);
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/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()
/hal_espressif-2.7.6/components/esp_timer/test/
Dtest_esp_timer.c146 vSemaphoreDelete(done);
249 vSemaphoreDelete(args.done);
415 vSemaphoreDelete(semaphore);
512 vSemaphoreDelete(done);
557 vSemaphoreDelete(args.notify_from_timer_cb);
610 vSemaphoreDelete(args.delete_done);
611 vSemaphoreDelete(args.delete_start);
612 vSemaphoreDelete(args.test_done);
707 vSemaphoreDelete(sem);
/hal_espressif-2.7.6/components/fatfs/test/
Dtest_fatfs_rawflash.c325 vSemaphoreDelete(args1.done);
326 vSemaphoreDelete(args2.done);
327 vSemaphoreDelete(args3.done);
328 vSemaphoreDelete(args4.done);
/hal_espressif-2.7.6/components/esp_ipc/test/
Dtest_ipc.c72 vSemaphoreDelete(sema_ipc_done);
122 vSemaphoreDelete(sema_ipc_done[task_num * 2 + cpu_num]);
/hal_espressif-2.7.6/components/esp_wifi/test/
Dtest_wifi_init.c117 vSemaphoreDelete(sema);
170 vSemaphoreDelete(sema);
219 vSemaphoreDelete(sema);
/hal_espressif-2.7.6/components/spi_flash/sim/stubs/freertos/include/freertos/
Dsemphr.h7 #define vSemaphoreDelete( xSemaphore ) macro
/hal_espressif-2.7.6/components/wear_levelling/test/
Dtest_wl.c183 vSemaphoreDelete(args1.done);
184 vSemaphoreDelete(args2.done);
185 vSemaphoreDelete(args3.done);
186 vSemaphoreDelete(args4.done);
/hal_espressif-2.7.6/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-2.7.6/components/app_trace/test/
Dtest_trace.c467 vSemaphoreDelete(test_cfg->tasks[i].done); in esp_apptrace_test()
473 vSemaphoreDelete(s_print_lock); in esp_apptrace_test()
785 vSemaphoreDelete(arg1.done);
787 vSemaphoreDelete(arg2.done);
910 vSemaphoreDelete(arg1.done);
912 vSemaphoreDelete(arg2.done);
989 vSemaphoreDelete(arg1.done);
991 vSemaphoreDelete(arg2.done);
993 vSemaphoreDelete(arg3.done);
995 vSemaphoreDelete(arg4.done);
[all …]

12345