Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h441 SemaphoreHandle_t xSemaphoreCreateCounting(UBaseType_t uxMaxCount,
Dtx_freertos.c1072 SemaphoreHandle_t xSemaphoreCreateCounting(UBaseType_t uxMaxCount, in xSemaphoreCreateCounting() function
1138 return xSemaphoreCreateCounting(1u, 0u); in xSemaphoreCreateBinary()
Dreadme.md218 | xSemaphoreCreateCounting()