Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dtransaction.c36 xSemaphoreGiveRecursive(trans_mutex); in transaction_reset()
65 xSemaphoreGiveRecursive(trans_mutex); in transaction_set_events()
86 xSemaphoreGiveRecursive(trans_mutex); in transaction_test_events()
105 xSemaphoreGiveRecursive(trans_mutex); in transaction_clear_events()
124 xSemaphoreGiveRecursive(trans_mutex); in transaction_abort()
160 xSemaphoreGiveRecursive(trans_mutex); in transaction_init()
198 xSemaphoreGiveRecursive(trans_mutex); in transaction_run()
207 xSemaphoreGiveRecursive(trans_mutex); in transaction_run()
210 xSemaphoreGiveRecursive(trans_mutex); in transaction_run()
243 xSemaphoreGiveRecursive(trans_mutex); in transaction_get()
/hal_espressif-3.6.0/components/esp_event/
Desp_event.c619 xSemaphoreGiveRecursive(loop->mutex); in esp_event_loop_run()
628 xSemaphoreGiveRecursive(loop->mutex); in esp_event_loop_run()
681 xSemaphoreGiveRecursive(loop_mutex); in esp_event_loop_delete()
754 xSemaphoreGiveRecursive(loop->mutex); in esp_event_handler_register_with_internal()
802 xSemaphoreGiveRecursive(loop->mutex); in esp_event_handler_unregister_with_internal()
869 xSemaphoreGiveRecursive(loop->mutex); in esp_event_post_to()
872 xSemaphoreGiveRecursive(loop->mutex); in esp_event_post_to()
/hal_espressif-3.6.0/components/bt/common/osi/
Dmutex.c98 xSemaphoreGiveRecursive(gl_mutex); in osi_mutex_global_unlock()
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_common_i.h29 #define SUPPLICANT_API_UNLOCK() xSemaphoreGiveRecursive(s_supplicant_api_lock)
Desp_dpp.c25 #define DPP_API_UNLOCK() xSemaphoreGiveRecursive(s_dpp_api_lock)
Desp_wps.c37 #define API_MUTEX_GIVE() xSemaphoreGiveRecursive(s_wps_api_lock)
39 #define DATA_MUTEX_GIVE() xSemaphoreGiveRecursive(s_wps_data_lock)
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dsemphr.h563 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) ) macro
/hal_espressif-3.6.0/components/pthread/
Dpthread.c591 res = xSemaphoreGiveRecursive(mux->sem); in pthread_mutex_destroy()
707 ret = xSemaphoreGiveRecursive(mux->sem); in pthread_mutex_unlock()
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_backported_functions.c147 TEST_ASSERT_EQUAL(pdTRUE, xSemaphoreGiveRecursive(handle));
/hal_espressif-3.6.0/components/newlib/
Dlocks.c199 xSemaphoreGiveRecursive(h); in lock_release_generic()
/hal_espressif-3.6.0/components/esp_websocket_client/
Desp_websocket_client.c687 xSemaphoreGiveRecursive(client->lock); in esp_websocket_client_task()
892 xSemaphoreGiveRecursive(client->lock); in esp_websocket_client_send_with_opcode()
/hal_espressif-3.6.0/components/esp_wifi/esp32/
Desp_adapter.c338 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/
Desp_adapter.c274 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/
Desp_adapter.c320 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/
Desp_adapter.c328 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c102 xSemaphoreGiveRecursive(s_flash_op_mutex); in spi_flash_op_unlock()
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_mac_ksz8851snl.c76 return xSemaphoreGiveRecursive(emac->spi_lock) == pdTRUE; in ksz8851_mutex_unlock()