Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dportclib.c87 xSemaphoreGiveRecursive(*mtx); in _Mtxunlock()
168 xSemaphoreGiveRecursive(xClibMutex); in __malloc_unlock()
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dfreertos_tls.c234 xSemaphoreGiveRecursive( mutex ); in _mwmutex_unlock()
/Kernel-v11.1.0/include/
Dsemphr.h547 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) ) macro