Searched refs:select_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | sys_generic.c | 1103 static int select_internal(struct proc *p, struct select_nocancel_args *uap, uint64_t timeout, int3… 1234 return select_internal(p, uap, timeout, retval); in select_nocancel() 1289 err = select_internal(p, (struct select_nocancel_args *)uap, timeout, retval); in pselect_nocancel() 1344 select_internal(struct proc *p, struct select_nocancel_args *uap, uint64_t timeout, int32_t *retval) in select_internal() function
|