/bionic/tests/ |
D | sys_epoll_test.cpp | 30 epoll_event events[1]; in TEST() local 33 ASSERT_EQ(0, epoll_wait(epoll_fd, events, 1, 1)); in TEST() 36 ASSERT_EQ(0, epoll_pwait(epoll_fd, events, 1, 1, NULL)); in TEST() 40 ASSERT_EQ(0, epoll_pwait64(epoll_fd, events, 1, 1, NULL)); in TEST() 47 ASSERT_EQ(0, epoll_pwait(epoll_fd, events, 1, 1, &ss)); in TEST() 67 ev.events = EPOLLIN; in TEST() 75 epoll_event events[1]; in TEST() local 76 ASSERT_EQ(1, epoll_wait(epoll_fd, events, 1, 1)); in TEST() 77 ASSERT_EQ(expected, events[0].data.u64); in TEST()
|
/bionic/libc/bionic/ |
D | sys_epoll.cpp | 44 int epoll_pwait(int fd, epoll_event* events, int max_events, int timeout, const sigset_t* ss) { in epoll_pwait() argument 52 return epoll_pwait64(fd, events, max_events, timeout, ss_ptr); in epoll_pwait() 55 int epoll_pwait64(int fd, epoll_event* events, int max_events, int timeout, const sigset64_t* ss) { in epoll_pwait64() argument 56 return __epoll_pwait(fd, events, max_events, timeout, ss, sizeof(*ss)); in epoll_pwait64() 59 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) { in epoll_wait() argument 60 return epoll_pwait64(fd, events, max_events, timeout, nullptr); in epoll_wait()
|
D | system_property_set.cpp | 202 pollfds[0].events = 0; in send_prop_msg()
|
/bionic/libc/include/bits/ |
D | epoll_event.h | 43 uint32_t events; member
|
/bionic/libc/kernel/uapi/linux/ |
D | thermal.h | 25 enum events { enum
|
D | fuse.h | 396 uint32_t events; member
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | poll.h | 48 short events; member
|
/bionic/tests/headers/posix/ |
D | poll_h.c | 36 STRUCT_MEMBER(struct pollfd, short, events); in poll_h()
|
/bionic/libc/ |
D | SECCOMP_WHITELIST_COMMON.TXT | 72 int epoll_wait:epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) arm,x86… 120 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, struct io_event *events, struct times…
|
/bionic/libc/kernel/uapi/linux/raid/ |
D | md_p.h | 166 __le64 events; member
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 315 int events; member
|
/bionic/tools/bionicbb/ |
D | README.md | 86 The build listener service responds to HTTP POST events sent from Jenkins and
|