Searched defs:xAlreadyYielded (Results 1 – 3 of 3) sorted by relevance
192 BaseType_t xAlreadyYielded; in xEventGroupSync() local320 BaseType_t xWaitConditionMet, xAlreadyYielded; in xEventGroupWaitBits() local
2347 BaseType_t xAlreadyYielded, xShouldDelay = pdFALSE; in xTaskDelayUntil() local2437 BaseType_t xAlreadyYielded = pdFALSE; in vTaskDelay() local3959 BaseType_t xAlreadyYielded = pdFALSE; in xTaskResumeAll() local7619 BaseType_t xAlreadyYielded, xShouldBlock = pdFALSE; in ulTaskGenericNotifyTake() local7723 BaseType_t xReturn, xAlreadyYielded, xShouldBlock = pdFALSE; in xTaskGenericNotifyWait() local
1893 #define traceRETURN_xTaskResumeAll( xAlreadyYielded ) argument