Home
last modified time | relevance | path

Searched refs:xSemaphoreGiveRecursive (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dtransaction.c40 xSemaphoreGiveRecursive(trans_mutex); in transaction_reset()
69 xSemaphoreGiveRecursive(trans_mutex); in transaction_set_events()
90 xSemaphoreGiveRecursive(trans_mutex); in transaction_test_events()
109 xSemaphoreGiveRecursive(trans_mutex); in transaction_clear_events()
128 xSemaphoreGiveRecursive(trans_mutex); in transaction_abort()
164 xSemaphoreGiveRecursive(trans_mutex); in transaction_init()
203 xSemaphoreGiveRecursive(trans_mutex); in transaction_run()
212 xSemaphoreGiveRecursive(trans_mutex); in transaction_run()
215 xSemaphoreGiveRecursive(trans_mutex); in transaction_run()
248 xSemaphoreGiveRecursive(trans_mutex); in transaction_get()
/hal_espressif-2.7.6/components/bt/common/osi/
Dmutex.c98 xSemaphoreGiveRecursive(gl_mutex); in osi_mutex_global_unlock()
/hal_espressif-2.7.6/components/wpa_supplicant/src/esp_supplicant/
Desp_common_i.h39 #define SUPPLICANT_API_UNLOCK() xSemaphoreGiveRecursive(s_supplicant_api_lock)
Desp_wpa2.c52 #define DATA_MUTEX_GIVE() xSemaphoreGiveRecursive(s_wpa2_data_lock)
89 xSemaphoreGiveRecursive(s_wpa2_api_lock); in wpa2_api_unlock()
Desp_dpp.c33 #define DPP_API_UNLOCK() xSemaphoreGiveRecursive(s_dpp_api_lock)
Desp_wps.c45 #define API_MUTEX_GIVE() xSemaphoreGiveRecursive(s_wps_api_lock)
47 #define DATA_MUTEX_GIVE() xSemaphoreGiveRecursive(s_wps_data_lock)
/hal_espressif-2.7.6/components/esp_event/
Desp_event.c611 xSemaphoreGiveRecursive(loop->mutex); in esp_event_loop_run()
620 xSemaphoreGiveRecursive(loop->mutex); in esp_event_loop_run()
673 xSemaphoreGiveRecursive(loop_mutex); in esp_event_loop_delete()
746 xSemaphoreGiveRecursive(loop->mutex); in esp_event_handler_register_with_internal()
794 xSemaphoreGiveRecursive(loop->mutex); in esp_event_handler_unregister_with_internal()
861 xSemaphoreGiveRecursive(loop->mutex); in esp_event_post_to()
864 xSemaphoreGiveRecursive(loop->mutex); in esp_event_post_to()
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h519 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) ) macro
/hal_espressif-2.7.6/components/freertos/test/
Dtest_freertos_backported_functions.c147 TEST_ASSERT_EQUAL(pdTRUE, xSemaphoreGiveRecursive(handle));
/hal_espressif-2.7.6/components/pthread/
Dpthread.c597 res = xSemaphoreGiveRecursive(mux->sem); in pthread_mutex_destroy()
713 ret = xSemaphoreGiveRecursive(mux->sem); in pthread_mutex_unlock()
/hal_espressif-2.7.6/components/newlib/
Dlocks.c198 xSemaphoreGiveRecursive(h); in lock_release_generic()
/hal_espressif-2.7.6/components/esp_websocket_client/
Desp_websocket_client.c678 xSemaphoreGiveRecursive(client->lock); in esp_websocket_client_task()
883 xSemaphoreGiveRecursive(client->lock); in esp_websocket_client_send_with_opcode()
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/
Desp_adapter.c315 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/
Desp_adapter.c327 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32/
Desp_adapter.c337 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/
Desp_adapter.c282 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
/hal_espressif-2.7.6/components/spi_flash/
Dcache_utils.c94 xSemaphoreGiveRecursive(s_flash_op_mutex); in spi_flash_op_unlock()