Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c1093 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()
DFreeRTOS.h192 UBaseType_t max_count; member