Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dportclib.c145 static SemaphoreHandle_t xClibMutex; variable
158 xSemaphoreTakeRecursive( xClibMutex, portMAX_DELAY ); in __malloc_lock()
171 xSemaphoreGiveRecursive( xClibMutex ); in __malloc_unlock()
228 xClibMutex = xSemaphoreCreateRecursiveMutex(); in vPortClibInit()