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

/freebsd-13-stable/sys/kern/
H A Dkern_synch.c676 sys_yield(struct thread *td, struct yield_args *uap) function
H A Dinit_sysent.c379 { .sy_narg = 0, .sy_call = (sy_call_t *)sys_yield, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 321 = yield */
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c386 { .sy_narg = 0, .sy_call = (sy_call_t *)sys_yield, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 321 = yield */
/freebsd-13-stable/sys/sys/
H A Dsysproto.h2027 int sys_yield(struct thread *, struct yield_args *);

Completed in 99 milliseconds