Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1133 return select_nocancel(p, (struct select_nocancel_args *)uap, retval); in select()
1137 select_nocancel(struct proc *p, struct select_nocancel_args *uap, int32_t *retval) in select_nocancel() function