Searched refs:xBlockTime (Results 1 – 3 of 3) sorted by relevance
298 #define xSemaphoreTake( xSemaphore, xBlockTime ) xQueueSemaphoreTake( ( xSemaphore ), ( xBlockTi… argument394 …#define xSemaphoreTakeRecursive( xMutex, xBlockTime ) xQueueTakeMutexRecursive( ( xMutex ), ( x… argument
1448 TickType_t xBlockTime ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueTakeMutexRecursive() argument1457 xReturn = xQueueTakeMutexRecursive( xMutex, xBlockTime ); in MPU_xQueueTakeMutexRecursive()1465 xReturn = xQueueTakeMutexRecursive( xMutex, xBlockTime ); in MPU_xQueueTakeMutexRecursive()
2484 TickType_t xBlockTime ) PRIVILEGED_FUNCTION;2487 … TickType_t xBlockTime ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueTakeMutexRecursiveImpl() argument2511 xReturn = xQueueTakeMutexRecursive( xInternalQueueHandle, xBlockTime ); in MPU_xQueueTakeMutexRecursiveImpl()