Searched refs:xTicksToWait (Results 1 – 2 of 2) sorted by relevance
397 TickType_t xTicksToWait);402 TickType_t xTicksToWait );462 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait);466 BaseType_t xSemaphoreTakeRecursive(SemaphoreHandle_t xMutex, TickType_t xTicksToWait);495 TickType_t xTicksToWait);503 TickType_t xTicksToWait);511 TickType_t xTicksToWait);519 TickType_t xTicksToWait);527 TickType_t xTicksToWait);565 TickType_t xTicksToWait);[all …]
768 TickType_t xTicksToWait) in ulTaskNotifyTake() argument777 if(xTicksToWait == portMAX_DELAY) { in ulTaskNotifyTake()780 timeout = (UINT)xTicksToWait; in ulTaskNotifyTake()823 TickType_t xTicksToWait) in xTaskNotifyWait() argument836 if(xTicksToWait == portMAX_DELAY) { in xTaskNotifyWait()839 timeout = (UINT)xTicksToWait; in xTaskNotifyWait()1280 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait) in xSemaphoreTake() argument1287 if(xTicksToWait == portMAX_DELAY) { in xSemaphoreTake()1290 timeout = (UINT)xTicksToWait; in xSemaphoreTake()1331 BaseType_t xSemaphoreTakeRecursive(SemaphoreHandle_t xMutex, TickType_t xTicksToWait) in xSemaphoreTakeRecursive() argument[all …]