Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/ !
H A Dsys_generic.c1040 static int select_internal(struct proc *p, struct select_nocancel_args *uap, uint64_t timeout, int3…
1168 return select_internal(p, uap, timeout, retval); in select_nocancel()
1223 err = select_internal(p, (struct select_nocancel_args *)uap, timeout, retval); in pselect_nocancel()
1278 select_internal(struct proc *p, struct select_nocancel_args *uap, uint64_t timeout, int32_t *retval) in select_internal() function