Searched refs:xAlreadyYielded (Results 1 – 3 of 3) sorted by relevance
186 BaseType_t xAlreadyYielded; in xEventGroupSync() local242 xAlreadyYielded = xTaskResumeAll(); in xEventGroupSync()246 if( xAlreadyYielded == pdFALSE ) in xEventGroupSync()314 BaseType_t xWaitConditionMet, xAlreadyYielded; in xEventGroupWaitBits() local398 xAlreadyYielded = xTaskResumeAll(); in xEventGroupWaitBits()402 if( xAlreadyYielded == pdFALSE ) in xEventGroupWaitBits()
2352 BaseType_t xAlreadyYielded, xShouldDelay = pdFALSE; in xTaskDelayUntil() local2417 xAlreadyYielded = xTaskResumeAll(); in xTaskDelayUntil()2421 if( xAlreadyYielded == pdFALSE ) in xTaskDelayUntil()2442 BaseType_t xAlreadyYielded = pdFALSE; in vTaskDelay() local2464 xAlreadyYielded = xTaskResumeAll(); in vTaskDelay()2473 if( xAlreadyYielded == pdFALSE ) in vTaskDelay()3927 BaseType_t xAlreadyYielded = pdFALSE; in xTaskResumeAll() local4044 xAlreadyYielded = pdTRUE; in xTaskResumeAll()4068 traceRETURN_xTaskResumeAll( xAlreadyYielded ); in xTaskResumeAll()4070 return xAlreadyYielded; in xTaskResumeAll()[all …]
1841 #define traceRETURN_xTaskResumeAll( xAlreadyYielded ) argument