Searched refs:max_count (Results 1 – 2 of 2) sorted by relevance
1093 p_sem->max_count = uxMaxCount; in xSemaphoreCreateCounting()1123 pxSemaphoreBuffer->max_count = uxMaxCount; in xSemaphoreCreateCountingStatic()1167 p_sem->max_count = 1u; in xSemaphoreCreateMutex()1188 pxMutexBuffer->max_count = 1u; in xSemaphoreCreateMutexStatic()1218 p_sem->max_count = 1u; in xSemaphoreCreateRecursiveMutex()1245 pxMutexBuffer->max_count = 1u; in xSemaphoreCreateRecursiveMutexStatic()1379 if(xSemaphore->sem.tx_semaphore_count >= xSemaphore->max_count) { in xSemaphoreGive()
192 UBaseType_t max_count; member