Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_synch.c578 sys_yield(struct thread *td, struct yield_args *uap) in sys_yield() function
Dinit_sysent.c373 …{ 0, (sy_call_t *)sys_yield, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 321 = yield…
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c380 …{ 0, (sy_call_t *)sys_yield, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 321 = yield…
/freebsd-12-stable/sys/sys/
Dsysproto.h1983 int sys_yield(struct thread *, struct yield_args *);