Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h441 UBaseType_t uxInitialCount);
444 UBaseType_t uxInitialCount,
Dtx_freertos.c1076 UBaseType_t uxInitialCount) in xSemaphoreCreateCounting() argument
1082 configASSERT(uxInitialCount <= uxMaxCount); in xSemaphoreCreateCounting()
1100 ret = tx_semaphore_create(&p_sem->sem, "", uxInitialCount); in xSemaphoreCreateCounting()
1110 UBaseType_t uxInitialCount, in xSemaphoreCreateCountingStatic() argument
1116 configASSERT(uxInitialCount <= uxMaxCount); in xSemaphoreCreateCountingStatic()
1130 ret = tx_semaphore_create(&pxSemaphoreBuffer->sem, "", uxInitialCount); in xSemaphoreCreateCountingStatic()