Searched refs:max_count (Results 1 – 2 of 2) sorted by relevance
1096 p_sem->max_count = uxMaxCount; in xSemaphoreCreateCounting()1126 pxSemaphoreBuffer->max_count = uxMaxCount; in xSemaphoreCreateCountingStatic()1170 p_sem->max_count = 1u; in xSemaphoreCreateMutex()1191 pxMutexBuffer->max_count = 1u; in xSemaphoreCreateMutexStatic()1221 p_sem->max_count = 1u; in xSemaphoreCreateRecursiveMutex()1248 pxMutexBuffer->max_count = 1u; in xSemaphoreCreateRecursiveMutexStatic()1382 if(xSemaphore->sem.tx_semaphore_count >= xSemaphore->max_count) { in xSemaphoreGive()
191 UBaseType_t max_count; member