Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dselect.h182 int pselect(int, fd_set * __restrict, fd_set * __restrict,
186 __DARWIN_EXTSN_C(pselect)
189 __DARWIN_1050(pselect)
191 __DARWIN_ALIAS_C(pselect)
/xnu-11215/libsyscall/wrappers/
H A Dselect-base.c145 pselect(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, in pselect() function
/xnu-11215/bsd/man/man2/
H A DMakefile157 pselect.2 \
/xnu-11215/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj167 …228281B8678DC008385AC /* pselect-darwinext.c in Sources */ = {isa = PBXBuildFile; fileRef = 978228…
168 …291B8678DF008385AC /* pselect-darwinext-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 97…
609 …2008385AC /* pselect-darwinext-cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownF…
610 …678CB008385AC /* pselect-darwinext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFile…
956 978228271B8678CB008385AC /* pselect-darwinext.c */,
957 978228261B8678C2008385AC /* pselect-darwinext-cancel.c */,
1531 978228281B8678DC008385AC /* pselect-darwinext.c in Sources */,
1615 978228291B8678DF008385AC /* pselect-darwinext-cancel.c in Sources */,
/xnu-11215/bsd/kern/
H A Dsys_generic.c1168 pselect(struct proc *p, struct pselect_args *uap, int32_t *retval) in pselect() function