Searched refs:uxInitialCount (Results 1 – 2 of 2) sorted by relevance
442 UBaseType_t uxInitialCount);445 UBaseType_t uxInitialCount,
1073 UBaseType_t uxInitialCount) in xSemaphoreCreateCounting() argument1079 configASSERT(uxInitialCount <= uxMaxCount); in xSemaphoreCreateCounting()1097 ret = tx_semaphore_create(&p_sem->sem, "", uxInitialCount); in xSemaphoreCreateCounting()1107 UBaseType_t uxInitialCount, in xSemaphoreCreateCountingStatic() argument1113 configASSERT(uxInitialCount <= uxMaxCount); in xSemaphoreCreateCountingStatic()1127 ret = tx_semaphore_create(&pxSemaphoreBuffer->sem, "", uxInitialCount); in xSemaphoreCreateCountingStatic()