Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h444 SemaphoreHandle_t xSemaphoreCreateCountingStatic(UBaseType_t uxMaxCount,
Dtx_freertos.c1106 SemaphoreHandle_t xSemaphoreCreateCountingStatic(UBaseType_t uxMaxCount, in xSemaphoreCreateCountingStatic() function
1146 return xSemaphoreCreateCountingStatic(1u, 0u, pxSemaphoreBuffer); in xSemaphoreCreateBinaryStatic()
Dreadme.md219 | xSemaphoreCreateCountingStatic()