Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h442 UBaseType_t uxInitialCount);
445 UBaseType_t uxInitialCount,
Dtx_freertos.c1073 UBaseType_t uxInitialCount) in xSemaphoreCreateCounting() argument
1079 configASSERT(uxInitialCount <= uxMaxCount); in xSemaphoreCreateCounting()
1097 ret = tx_semaphore_create(&p_sem->sem, "", uxInitialCount); in xSemaphoreCreateCounting()
1107 UBaseType_t uxInitialCount, in xSemaphoreCreateCountingStatic() argument
1113 configASSERT(uxInitialCount <= uxMaxCount); in xSemaphoreCreateCountingStatic()
1127 ret = tx_semaphore_create(&pxSemaphoreBuffer->sem, "", uxInitialCount); in xSemaphoreCreateCountingStatic()