Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dsys_generic.c1036 static int select_internal(struct proc *p, struct select_nocancel_args *uap, uint64_t timeout, int3…
1164 return select_internal(p, uap, timeout, retval); in select_nocancel()
1219 err = select_internal(p, (struct select_nocancel_args *)uap, timeout, retval); in pselect_nocancel()
1274 select_internal(struct proc *p, struct select_nocancel_args *uap, uint64_t timeout, int32_t *retval) in select_internal() function