Searched refs:xSemaphoreGive (Results 1 – 4 of 4) sorted by relevance
102 …( void ) xSemaphoreGive( ( xSemaphore ) ); …460 #define xSemaphoreGive( xSemaphore ) xQueueGenericSend( ( QueueHandle_t ) ( xSemaphore ), NULL, … macro
73 xSemaphoreGive(xt_overlay_mutex); in xt_overlay_unlock()
72 xSemaphoreGive( xt_overlay_mutex ); in xt_overlay_unlock()
83 xRet = xSemaphoreGive( ( SemaphoreHandle_t ) handle ); in os_wrapper_mutex_release()