HomeSort by: relevance | last modified time | path
    Searched defs:yield (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
scheduler.c 511 yield() function in typeref:typename:void
526 yield();
  /src/sys/kern/
kern_synch.c 285 * General yield call. Puts the current LWP back on its run queue and
289 yield(void) function in typeref:typename:void
307 * and performs an involuntary context switch. Different from yield()
311 * - Realtime threads go to the head of their runqueue vs. tail for yield().
332 * Return true if the current LWP should yield the processor. Intended to
662 * If on the CPU and we have gotten this far, then we must yield.
935 * about to call mi_switch(), in which case it will yield.

Completed in 13 milliseconds