Home
last modified time | relevance | path

Searched refs:sys_yield (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/kern/
HDkern_synch.c620 sys_yield(struct thread *td, struct yield_args *uap) in sys_yield() function
HDinit_sysent.c364 …{ 0, (sy_call_t *)sys_yield, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 321 = yield…
/trueos/sys/compat/freebsd32/
HDfreebsd32_sysent.c371 { 0, (sy_call_t *)sys_yield, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 321 = yield */
/trueos/sys/sys/
HDsysproto.h2287 int sys_yield(struct thread *, struct yield_args *);