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

/freebsd-11-stable/sys/kern/
H A Dkern_synch.c578 sys_yield(struct thread *td, struct yield_args *uap) function
H A Dinit_sysent.c369 { 0, (sy_call_t *)sys_yield, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 321 = yield */
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c376 { 0, (sy_call_t *)sys_yield, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 321 = yield */
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1988 int sys_yield(struct thread *, struct yield_args *);

Completed in 107 milliseconds