Searched refs:xAlreadyYielded (Results 1 – 3 of 3) sorted by relevance
192 BaseType_t xAlreadyYielded; in xEventGroupSync() local248 xAlreadyYielded = xTaskResumeAll(); in xEventGroupSync()252 if( xAlreadyYielded == pdFALSE ) in xEventGroupSync()320 BaseType_t xWaitConditionMet, xAlreadyYielded; in xEventGroupWaitBits() local404 xAlreadyYielded = xTaskResumeAll(); in xEventGroupWaitBits()408 if( xAlreadyYielded == pdFALSE ) in xEventGroupWaitBits()
2347 BaseType_t xAlreadyYielded, xShouldDelay = pdFALSE; in xTaskDelayUntil() local2412 xAlreadyYielded = xTaskResumeAll(); in xTaskDelayUntil()2416 if( xAlreadyYielded == pdFALSE ) in xTaskDelayUntil()2437 BaseType_t xAlreadyYielded = pdFALSE; in vTaskDelay() local2459 xAlreadyYielded = xTaskResumeAll(); in vTaskDelay()2468 if( xAlreadyYielded == pdFALSE ) in vTaskDelay()3959 BaseType_t xAlreadyYielded = pdFALSE; in xTaskResumeAll() local4076 xAlreadyYielded = pdTRUE; in xTaskResumeAll()4100 traceRETURN_xTaskResumeAll( xAlreadyYielded ); in xTaskResumeAll()4102 return xAlreadyYielded; in xTaskResumeAll()[all …]
1893 #define traceRETURN_xTaskResumeAll( xAlreadyYielded ) argument