Lines Matching refs:wp
621 warp_select(register Call_t* p, int n, void* rp, void* wp, void* ep, register const struct timeval* tv)
628 return (*(Select_f)p->call)(n, rp, wp, ep, tv);
638 if ((r = (*(Select_f)p->call)(n, rp, wp, ep, &x)) != -1 && !p->warped && p->level != state.level)
644 select(int n, void* rp, void* wp, void* ep, const struct timeval* tv)
648 return warp_select(&call, n, rp, wp, ep, tv);
654 _select(int n, void* rp, void* wp, void* ep, const struct timeval* tv)
658 return warp_select(&call, n, rp, wp, ep, tv);
662 __select(int n, void* rp, void* wp, void* ep, const struct timeval* tv)
666 return warp_select(&call, n, rp, wp, ep, tv);
670 _libc_select(int n, void* rp, void* wp, void* ep, const struct timeval* tv)
674 return warp_select(&call, n, rp, wp, ep, tv);
678 __libc_select(int n, void* rp, void* wp, void* ep, const struct timeval* tv)
682 return warp_select(&call, n, rp, wp, ep, tv);