/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/ |
D | periodic_adv_demo.c | 102 xSemaphoreGive(test_sem); in gap_event_handler() 106 xSemaphoreGive(test_sem); in gap_event_handler() 110 xSemaphoreGive(test_sem); in gap_event_handler() 114 xSemaphoreGive(test_sem); in gap_event_handler() 118 xSemaphoreGive(test_sem); in gap_event_handler() 122 xSemaphoreGive(test_sem); in gap_event_handler() 126 xSemaphoreGive(test_sem); in gap_event_handler() 130 xSemaphoreGive(test_sem); in gap_event_handler() 134 xSemaphoreGive(test_sem); in gap_event_handler()
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_slave/main/ |
D | twai_network_example_slave_main.c | 96 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 106 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 116 xSemaphoreGive(stop_data_sem); in twai_receive_task() 117 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 138 xSemaphoreGive(ctrl_task_sem); in twai_transmit_task() 159 xSemaphoreGive(ctrl_task_sem); in twai_transmit_task() 224 xSemaphoreGive(done_sem); in twai_control_task() 251 xSemaphoreGive(ctrl_task_sem); //Start Control task in app_main()
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_self_test/main/ |
D | twai_self_test_example_main.c | 85 xSemaphoreGive(ctrl_sem); in twai_receive_task() 99 xSemaphoreGive(rx_sem); in twai_control_task() 100 xSemaphoreGive(tx_sem); in twai_control_task() 107 xSemaphoreGive(done_sem); in twai_control_task() 128 xSemaphoreGive(ctrl_sem); in app_main()
|
/hal_espressif-2.7.6/components/esp_ipc/ |
D | ipc.c | 60 xSemaphoreGive(s_ipc_ack[cpuid]); in ipc_task() 64 xSemaphoreGive(s_ipc_ack[cpuid]); in ipc_task() 127 xSemaphoreGive(s_ipc_sem[cpu_id]); in esp_ipc_call_and_wait() 130 xSemaphoreGive(s_ipc_mutex[cpu_id]); in esp_ipc_call_and_wait() 132 xSemaphoreGive(s_ipc_mutex[0]); in esp_ipc_call_and_wait()
|
/hal_espressif-2.7.6/components/cxx/ |
D | cxx_guards.cpp | 83 auto result = xSemaphoreGive(s_static_init_mutex); in wait_for_guard_obj() 116 xSemaphoreGive(s_static_init_wait_sem); in signal_waiting_tasks() 169 auto result = xSemaphoreGive(s_static_init_mutex); in __cxa_guard_acquire() 190 auto result = xSemaphoreGive(s_static_init_mutex); in __cxa_guard_release() 209 auto result = xSemaphoreGive(s_static_init_mutex); in __cxa_guard_abort()
|
/hal_espressif-2.7.6/components/freertos/test/ |
D | test_freertos_task_notify.c | 68 xSemaphoreGive(task_delete_semphr); in sender_task() 83 xSemaphoreGive(trigger_send_semphr); in receiver_task() 88 xSemaphoreGive(trigger_send_semphr); in receiver_task() 96 xSemaphoreGive(trigger_send_semphr); in receiver_task() 101 xSemaphoreGive(task_delete_semphr); in receiver_task() 190 xSemaphoreGive(trigger_send_semphr); //Trigger sender task
|
D | test_freertos_debug_functions.c | 42 xSemaphoreGive(done_sem); //Signal that vQueueAddToRegistry() has completed in test_queue_registry_task() 50 xSemaphoreGive(done_sem); //Signal done in test_queue_registry_task() 66 xSemaphoreGive(start_sem[i]); //Trigger start 79 xSemaphoreGive(start_sem[i]); //Trigger start
|
D | test_stream_buffers.c | 32 xSemaphoreGive(tc->end_test); in producer_task() 58 xSemaphoreGive(tc->end_test); in receiver_task() 69 xSemaphoreGive(tc->end_test); in receiver_task()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/multi-adv/main/ |
D | multi_adv_demo.c | 160 xSemaphoreGive(test_sem); in gap_event_handler() 164 xSemaphoreGive(test_sem); in gap_event_handler() 168 xSemaphoreGive(test_sem); in gap_event_handler() 172 xSemaphoreGive(test_sem); in gap_event_handler() 176 xSemaphoreGive(test_sem); in gap_event_handler() 180 xSemaphoreGive(test_sem); in gap_event_handler()
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_master/main/ |
D | twai_network_example_master_main.c | 96 xSemaphoreGive(stop_ping_sem); in twai_receive_task() 97 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 116 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 123 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 204 xSemaphoreGive(done_sem); in twai_control_task() 224 xSemaphoreGive(ctrl_task_sem); //Start control task in app_main()
|
/hal_espressif-2.7.6/components/touch_element/ |
D | touch_button.c | 71 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_install() 87 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_uninstall() 97 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_uninstall() 168 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_set_dispatch_method() 189 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_subscribe_event() 201 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_set_callback() 218 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_set_longpress() 283 xSemaphoreGive(s_te_btn_obj->mutex); in button_object_add_instance() 295 xSemaphoreGive(s_te_btn_obj->mutex); in button_object_remove_instance() 412 xSemaphoreGive(s_te_btn_obj->mutex); in button_proc_state()
|
D | touch_element.c | 164 xSemaphoreGive(s_te_obj->mutex); in touch_element_install() 167 xSemaphoreGive(s_te_obj->mutex); in touch_element_install() 210 xSemaphoreGive(s_te_obj->mutex); in touch_element_start() 215 xSemaphoreGive(s_te_obj->mutex); in touch_element_start() 236 xSemaphoreGive(s_te_obj->mutex); in touch_element_stop() 246 xSemaphoreGive(s_te_obj->mutex); in touch_element_uninstall() 268 xSemaphoreGive(s_te_obj->mutex); in touch_element_uninstall() 419 xSemaphoreGive(s_te_obj->mutex); in te_proc_timer_cb() 430 xSemaphoreGive(s_te_obj->mutex); in te_object_method_register() 441 xSemaphoreGive(s_te_obj->mutex); in te_object_method_unregister() [all …]
|
D | touch_matrix.c | 75 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_install() 91 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_uninstall() 101 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_uninstall() 207 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_set_dispatch_method() 228 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_subscribe_event() 240 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_set_callback() 257 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_set_longpress() 322 xSemaphoreGive(s_te_mat_obj->mutex); in matrix_object_add_instance() 334 xSemaphoreGive(s_te_mat_obj->mutex); in matrix_object_remove_instance() 569 xSemaphoreGive(s_te_mat_obj->mutex); in matrix_proc_state() [all …]
|
/hal_espressif-2.7.6/components/esp32/test/ |
D | test_dport.c | 45 xSemaphoreGive(*sema); in accessDPORT() 64 xSemaphoreGive(*sema); in accessAPB() 185 xSemaphoreGive(*sema); in accessDPORT_stall_other_cpu() 205 xSemaphoreGive(*sema); in accessAPB_measure_performance() 226 xSemaphoreGive(*sema); in accessDPORT_pre_reading_apb() 373 xSemaphoreGive(*sema); in accessDPORT2_stall_other_cpu() 408 xSemaphoreGive(*sema); in accessDPORT2() 484 xSemaphoreGive(*sema); in accessDPORT3()
|
D | test_aes_sha_rsa.c | 45 xSemaphoreGive(*sema); in aes_task() 63 xSemaphoreGive(*sema); in sha_task() 96 xSemaphoreGive(*sema); in mbedtls_sha256_task() 146 xSemaphoreGive(*sema); in rsa_task()
|
/hal_espressif-2.7.6/components/driver/esp32/ |
D | touch_sensor.c | 131 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_cb() 318 xSemaphoreGive(rtc_touch_mux); in touch_pad_deinit() 356 xSemaphoreGive(rtc_touch_mux); in touch_pad_read() 401 xSemaphoreGive(rtc_touch_mux); in touch_pad_set_filter_period() 419 xSemaphoreGive(rtc_touch_mux); in touch_pad_get_filter_period() 445 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_start() 450 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_start() 466 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_stop() 484 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_delete()
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_alert_and_recovery/main/ |
D | twai_alert_and_recovery_example_main.c | 90 xSemaphoreGive(tx_task_sem); //Start transmit task in ctrl_task() 128 xSemaphoreGive(ctrl_task_sem); in ctrl_task() 144 xSemaphoreGive(ctrl_task_sem); //Start control task in app_main()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_adapter.h | 94 xSemaphoreGive(ble_mesh_node_sema); \ 101 xSemaphoreGive(ble_mesh_node_sema); \ 107 xSemaphoreGive(ble_mesh_node_sema); \
|
D | ble_mesh_adapter.c | 101 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_set_node_prestore_params() 108 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_node_statistics_get() 119 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_node_statistics_accumulate() 126 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_node_statistics_accumulate() 138 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_node_statistics_accumulate()
|
/hal_espressif-2.7.6/components/esp_ipc/test/ |
D | test_ipc.c | 49 xSemaphoreGive(*(xSemaphoreHandle *)sema); in test_func_ipc() 92 xSemaphoreGive(*(xSemaphoreHandle *)sema); in task() 115 xSemaphoreGive(sema_ipc_done[task_num * 2 + cpu_num]);
|
/hal_espressif-2.7.6/components/pthread/ |
D | pthread.c | 316 xSemaphoreGive(s_threads_mux); in pthread_create() 369 xSemaphoreGive(s_threads_mux); in pthread_join() 379 xSemaphoreGive(s_threads_mux); in pthread_join() 417 xSemaphoreGive(s_threads_mux); in pthread_detach() 454 xSemaphoreGive(s_threads_mux); in pthread_exit() 489 xSemaphoreGive(s_threads_mux); in pthread_self() 599 res = xSemaphoreGive(mux->sem); in pthread_mutex_destroy() 715 ret = xSemaphoreGive(mux->sem); in pthread_mutex_unlock()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/ |
D | periodic_sync_demo.c | 79 xSemaphoreGive(test_sem); in gap_event_handler() 83 xSemaphoreGive(test_sem); in gap_event_handler() 87 xSemaphoreGive(test_sem); in gap_event_handler()
|
/hal_espressif-2.7.6/components/esp_timer/test/ |
D | test_esp_timer.c | 130 xSemaphoreGive(done); in set_alarm_task() 218 xSemaphoreGive(p_args->done); in timer_func() 285 xSemaphoreGive(p_args->done); in timer_func() 291 xSemaphoreGive(p_args->done); in timer_func() 388 xSemaphoreGive(done); in timer_func() 490 xSemaphoreGive(state->done); in timer_test_task() 538 xSemaphoreGive(arg.notify_from_timer_cb); in timer_func() 575 xSemaphoreGive(args->delete_done); in timer_delete_task() 583 xSemaphoreGive(args->delete_start); in timer_delete_test_callback() 586 xSemaphoreGive(args->test_done); in timer_delete_test_callback()
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_listen_only/main/ |
D | twai_network_example_listen_only_main.c | 96 xSemaphoreGive(rx_sem); in twai_receive_task() 111 xSemaphoreGive(rx_sem); //Start RX task in app_main()
|
/hal_espressif-2.7.6/components/mbedtls/test/ |
D | test_aes_sha_parallel.c | 39 xSemaphoreGive(done_sem); in tskRunSHA256Test() 104 xSemaphoreGive(done_sem); in tskRunAES256Test()
|