Searched refs:epoll_pwait (Results 1 – 25 of 36) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | epoll_pwait.c | 43 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()
|
D | test_src_functionalext_supplement_linux.gni | 85 "epoll_pwait",
|
/third_party/musl/src/linux/ |
D | epoll.c | 25 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/ |
D | valgrind.supp | 91 <epoll_pwait> 93 epoll_pwait(sigmask)
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ax_have_epoll.m4 | 30 # 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/ |
D | epoll_pwait_var.h | 20 return epoll_pwait(epfd, events, maxevents, timeout, sigmask); in do_epoll_pwait()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/include/sys/ |
D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/ltp/include/lapi/ |
D | epoll.h | 24 static inline int epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() function
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 23 epoll_pwait 22
|
D | arc.in | 23 epoll_pwait 22
|
D | mips_n32.in | 276 epoll_pwait 6276
|
D | mips_n64.in | 272 epoll_pwait 5272
|
D | s390x.in | 257 epoll_pwait 312
|
D | ia64.in | 276 epoll_pwait 1305
|
D | sparc64.in | 292 epoll_pwait 309
|
D | sh.in | 291 epoll_pwait 319
|
D | x86_64.in | 282 epoll_pwait 281
|
D | powerpc.in | 303 epoll_pwait 303
|
D | s390.in | 290 epoll_pwait 312
|
D | i386.in | 317 epoll_pwait 319
|
D | sparc.in | 308 epoll_pwait 309
|
12