Home
last modified time | relevance | path

Searched refs:xSemaphoreGive (Results 1 – 25 of 144) sorted by relevance

123456

/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/
Dperiodic_adv_demo.c102 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/
Dtwai_network_example_slave_main.c96 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/
Dtwai_self_test_example_main.c85 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/
Dipc.c60 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/
Dcxx_guards.cpp83 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/
Dtest_freertos_task_notify.c68 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
Dtest_freertos_debug_functions.c42 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
Dtest_stream_buffers.c32 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/
Dmulti_adv_demo.c160 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/
Dtwai_network_example_master_main.c96 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/
Dtouch_button.c71 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()
Dtouch_element.c164 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 …]
Dtouch_matrix.c75 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/
Dtest_dport.c45 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()
Dtest_aes_sha_rsa.c45 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/
Dtouch_sensor.c131 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/
Dtwai_alert_and_recovery_example_main.c90 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/
Dble_mesh_adapter.h94 xSemaphoreGive(ble_mesh_node_sema); \
101 xSemaphoreGive(ble_mesh_node_sema); \
107 xSemaphoreGive(ble_mesh_node_sema); \
Dble_mesh_adapter.c101 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/
Dtest_ipc.c49 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/
Dpthread.c316 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/
Dperiodic_sync_demo.c79 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/
Dtest_esp_timer.c130 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/
Dtwai_network_example_listen_only_main.c96 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/
Dtest_aes_sha_parallel.c39 xSemaphoreGive(done_sem); in tskRunSHA256Test()
104 xSemaphoreGive(done_sem); in tskRunAES256Test()

123456