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