Searched refs:uxInitialCount (Results 1 – 2 of 2) sorted by relevance
441 UBaseType_t uxInitialCount);444 UBaseType_t uxInitialCount,
1076 UBaseType_t uxInitialCount) in xSemaphoreCreateCounting() argument1082 configASSERT(uxInitialCount <= uxMaxCount); in xSemaphoreCreateCounting()1100 ret = tx_semaphore_create(&p_sem->sem, "", uxInitialCount); in xSemaphoreCreateCounting()1110 UBaseType_t uxInitialCount, in xSemaphoreCreateCountingStatic() argument1116 configASSERT(uxInitialCount <= uxMaxCount); in xSemaphoreCreateCountingStatic()1130 ret = tx_semaphore_create(&pxSemaphoreBuffer->sem, "", uxInitialCount); in xSemaphoreCreateCountingStatic()