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
1472 TickType_t xBlockTime ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueTakeMutexRecursive() argument1481 xReturn = xQueueTakeMutexRecursive( xMutex, xBlockTime ); in MPU_xQueueTakeMutexRecursive()1489 xReturn = xQueueTakeMutexRecursive( xMutex, xBlockTime ); in MPU_xQueueTakeMutexRecursive()
2415 TickType_t xBlockTime ) PRIVILEGED_FUNCTION;2418 … TickType_t xBlockTime ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueTakeMutexRecursiveImpl() argument2442 xReturn = xQueueTakeMutexRecursive( xInternalQueueHandle, xBlockTime ); in MPU_xQueueTakeMutexRecursiveImpl()