Searched refs:xSemaphoreGiveRecursive (Results 1 – 3 of 3) sorted by relevance
87 xSemaphoreGiveRecursive(*mtx); in _Mtxunlock()168 xSemaphoreGiveRecursive(xClibMutex); in __malloc_unlock()
234 xSemaphoreGiveRecursive( mutex ); in _mwmutex_unlock()
547 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) ) macro