Searched refs:xAlreadyYielded (Results 1 – 2 of 2) sorted by relevance
186 BaseType_t xAlreadyYielded; in xEventGroupSync() local240 xAlreadyYielded = xTaskResumeAll(); in xEventGroupSync()244 if( xAlreadyYielded == pdFALSE ) in xEventGroupSync()310 BaseType_t xWaitConditionMet, xAlreadyYielded; in xEventGroupWaitBits() local392 xAlreadyYielded = xTaskResumeAll(); in xEventGroupWaitBits()396 if( xAlreadyYielded == pdFALSE ) in xEventGroupWaitBits()
1222 BaseType_t xAlreadyYielded, xShouldDelay = pdFALSE; in xTaskDelayUntil() local1284 xAlreadyYielded = xTaskResumeAll(); in xTaskDelayUntil()1288 if( xAlreadyYielded == pdFALSE ) in xTaskDelayUntil()1307 BaseType_t xAlreadyYielded = pdFALSE; in vTaskDelay() local1326 xAlreadyYielded = xTaskResumeAll(); in vTaskDelay()1335 if( xAlreadyYielded == pdFALSE ) in vTaskDelay()2191 BaseType_t xAlreadyYielded = pdFALSE; in xTaskResumeAll() local2278 xAlreadyYielded = pdTRUE; in xTaskResumeAll()2296 return xAlreadyYielded; in xTaskResumeAll()