Home
last modified time | relevance | path

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

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