Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c1096 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()
DFreeRTOS.h191 UBaseType_t max_count; member