Searched refs:xSemaphoreGiveRecursive (Results 1 – 17 of 17) sorted by relevance
36 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()
619 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()
98 xSemaphoreGiveRecursive(gl_mutex); in osi_mutex_global_unlock()
29 #define SUPPLICANT_API_UNLOCK() xSemaphoreGiveRecursive(s_supplicant_api_lock)
25 #define DPP_API_UNLOCK() xSemaphoreGiveRecursive(s_dpp_api_lock)
37 #define API_MUTEX_GIVE() xSemaphoreGiveRecursive(s_wps_api_lock)39 #define DATA_MUTEX_GIVE() xSemaphoreGiveRecursive(s_wps_data_lock)
563 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) ) macro
591 res = xSemaphoreGiveRecursive(mux->sem); in pthread_mutex_destroy()707 ret = xSemaphoreGiveRecursive(mux->sem); in pthread_mutex_unlock()
147 TEST_ASSERT_EQUAL(pdTRUE, xSemaphoreGiveRecursive(handle));
199 xSemaphoreGiveRecursive(h); in lock_release_generic()
687 xSemaphoreGiveRecursive(client->lock); in esp_websocket_client_task()892 xSemaphoreGiveRecursive(client->lock); in esp_websocket_client_send_with_opcode()
338 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
274 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
320 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
328 return (int32_t)xSemaphoreGiveRecursive(mutex); in mutex_unlock_wrapper()
102 xSemaphoreGiveRecursive(s_flash_op_mutex); in spi_flash_op_unlock()
76 return xSemaphoreGiveRecursive(emac->spi_lock) == pdTRUE; in ksz8851_mutex_unlock()