Searched defs:yield (Results 1 - 1 of 1) sorted by relevance

/kernel/sched/
H A Dcore.c1283 * yield - it could be a while.
4197 * sys_sched_yield - yield the current processor to other threads.
4285 * yield - yield the current processor to other threads.
4290 * eligible task to run, if removing the yield() call from your code breaks
4296 * yield();
4298 * where one assumes that yield() will let 'the other' process run that will
4300 * happen. Never use yield() as a progress guarantee!!
4302 * If you want to use yield() to wait for something, use wait_event().
4303 * If you want to use yield() t
4306 void __sched yield(void) function
4311 EXPORT_SYMBOL(yield); variable
[all...]

Completed in 14 milliseconds