Home
last modified time | relevance | path

Searched refs:epoll_pwait (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Depoll_pwait.c43 int result = epoll_pwait(epoll_fd, events, 1, 1, NULL); in epoll_pwait_0100()
66 int result = epoll_pwait(epoll_fd, events, 1, 1, &ss); in epoll_pwait_0200()
Dtest_src_functionalext_supplement_linux.gni85 "epoll_pwait",
/third_party/musl/src/linux/
Depoll.c25 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait() function
36 return epoll_pwait(fd, ev, cnt, to, 0); in epoll_wait()
/third_party/node/tools/
Dvalgrind.supp91 <epoll_pwait>
93 epoll_pwait(sigmask)
/third_party/skia/third_party/externals/microhttpd/m4/
Dax_have_epoll.m430 # Linux kernel version 2.6.19 adds the epoll_pwait() call in addition to
86 # error linux kernel version is too old to have epoll_pwait
96 rc = epoll_pwait(fd, &ev, 1, 0, (sigset_t const *)(0));])],
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait_var.h20 return epoll_pwait(epfd, events, maxevents, timeout, sigmask); in do_epoll_pwait()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/musl/ndk_musl_include/sys/
Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/musl/include/sys/
Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/ltp/include/lapi/
Depoll.h24 static inline int epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() function
/third_party/ltp/include/lapi/syscalls/
Daarch64.in23 epoll_pwait 22
Darc.in23 epoll_pwait 22
Dmips_n32.in276 epoll_pwait 6276
Dmips_n64.in272 epoll_pwait 5272
Ds390x.in257 epoll_pwait 312
Dia64.in276 epoll_pwait 1305
Dsparc64.in292 epoll_pwait 309
Dsh.in291 epoll_pwait 319
Dx86_64.in282 epoll_pwait 281
Dpowerpc.in303 epoll_pwait 303
Ds390.in290 epoll_pwait 312
Di386.in317 epoll_pwait 319
Dsparc.in308 epoll_pwait 309

12