Searched refs:xTicksToWait (Results 1 – 2 of 2) sorted by relevance
396 TickType_t xTicksToWait);401 TickType_t xTicksToWait );461 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait);465 BaseType_t xSemaphoreTakeRecursive(SemaphoreHandle_t xMutex, TickType_t xTicksToWait);494 TickType_t xTicksToWait);502 TickType_t xTicksToWait);510 TickType_t xTicksToWait);518 TickType_t xTicksToWait);526 TickType_t xTicksToWait);564 TickType_t xTicksToWait);[all …]
771 TickType_t xTicksToWait) in ulTaskNotifyTake() argument780 if(xTicksToWait == portMAX_DELAY) { in ulTaskNotifyTake()783 timeout = (UINT)xTicksToWait; in ulTaskNotifyTake()826 TickType_t xTicksToWait) in xTaskNotifyWait() argument839 if(xTicksToWait == portMAX_DELAY) { in xTaskNotifyWait()842 timeout = (UINT)xTicksToWait; in xTaskNotifyWait()1283 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait) in xSemaphoreTake() argument1290 if(xTicksToWait == portMAX_DELAY) { in xSemaphoreTake()1293 timeout = (UINT)xTicksToWait; in xSemaphoreTake()1334 BaseType_t xSemaphoreTakeRecursive(SemaphoreHandle_t xMutex, TickType_t xTicksToWait) in xSemaphoreTakeRecursive() argument[all …]