HomeSort by relevance Sort by last modified time
    Searched defs:ev (Results 1 - 25 of 445) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
16-1.c 22 struct sigevent ev; local
25 ev.sigev_notify = SIGEV_SIGNAL;
26 ev.sigev_signo = SIGALRM;
28 if (timer_create(INVALIDCLOCKID, &ev, &tid) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
15-1.c 32 struct sigevent ev; local
36 ev.sigev_notify = SIGEV_SIGNAL;
37 ev.sigev_signo = SIGALRM;
40 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) {
2-1.c 35 struct sigevent ev; local
40 ev.sigev_notify = SIGEV_SIGNAL;
41 ev.sigev_signo = SIGALRM;
56 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
6-2.c 29 struct sigevent ev; local
32 ev.sigev_notify = SIGEV_SIGNAL;
33 ev.sigev_signo = SIGCONT;
35 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
6-3.c 26 struct sigevent ev; local
29 ev.sigev_notify = SIGEV_SIGNAL;
30 ev.sigev_signo = SIGCONT;
32 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
6-2.c 24 struct sigevent ev; local
28 ev.sigev_notify = SIGEV_SIGNAL;
29 ev.sigev_signo = SIGCONT;
31 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
6-3.c 24 struct sigevent ev; local
28 ev.sigev_notify = SIGEV_SIGNAL;
29 ev.sigev_signo = SIGCONT;
31 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/strace/tests/
epoll_ctl.c 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev)
15 return syscall(__NR_epoll_ctl, epfd, op, fd, (unsigned long) ev);
21 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
22 ev->events = EPOLLIN;
24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev);
27 ev->data.u32, ev->data.u64, rc, errno2name());
29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev);
31 ev, rc, errno2name())
    [all...]
epoll_pwait.c 15 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2,
20 ev, set, (unsigned) sizeof(set), rc, errno2name());
epoll_wait.c 13 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
15 long rc = syscall(__NR_epoll_wait, -1, ev, 1, -2);
17 ev, rc, errno2name());
  /external/strace/tests-m32/
epoll_ctl.c 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev)
15 return syscall(__NR_epoll_ctl, epfd, op, fd, (unsigned long) ev);
21 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
22 ev->events = EPOLLIN;
24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev);
27 ev->data.u32, ev->data.u64, rc, errno2name());
29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev);
31 ev, rc, errno2name())
    [all...]
epoll_pwait.c 15 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2,
20 ev, set, (unsigned) sizeof(set), rc, errno2name());
epoll_wait.c 13 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
15 long rc = syscall(__NR_epoll_wait, -1, ev, 1, -2);
17 ev, rc, errno2name());
  /external/strace/tests-mx32/
epoll_ctl.c 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev)
15 return syscall(__NR_epoll_ctl, epfd, op, fd, (unsigned long) ev);
21 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
22 ev->events = EPOLLIN;
24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev);
27 ev->data.u32, ev->data.u64, rc, errno2name());
29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev);
31 ev, rc, errno2name())
    [all...]
epoll_pwait.c 15 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2,
20 ev, set, (unsigned) sizeof(set), rc, errno2name());
epoll_wait.c 13 struct epoll_event *const ev = tail_alloc(sizeof(*ev)); local
15 long rc = syscall(__NR_epoll_wait, -1, ev, 1, -2);
17 ev, rc, errno2name());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
2-1.c 26 struct sigevent ev; local
30 ev.sigev_notify = SIGEV_SIGNAL;
31 ev.sigev_signo = SIGCONT;
33 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
2-2.c 28 struct sigevent ev; local
32 ev.sigev_notify = SIGEV_SIGNAL;
33 ev.sigev_signo = SIGCONT;
40 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/
12-2.c 28 struct sigevent ev; local
37 ev.sigev_notify = SIGEV_SIGNAL;
38 ev.sigev_signo = SIGTOTEST;
40 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
12-3.c 26 struct sigevent ev; local
35 ev.sigev_notify = SIGEV_SIGNAL;
36 ev.sigev_signo = SIGTOTEST;
38 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
  /external/strace/
epoll.c 55 const struct epoll_event *ev = elem_buf; local
58 printflags(epollevents, ev->events, "EPOLL???");
62 ev->data.u32, ev->data.u64);
78 struct epoll_event ev; local
81 else if (!umove_or_printaddr(tcp, tcp->u_arg[3], &ev))
82 print_epoll_event(tcp, &ev, sizeof(ev), 0);
94 struct epoll_event ev; local
95 print_array(tcp, tcp->u_arg[1], tcp->u_rval, &ev, sizeof(ev)
    [all...]
  /external/toybox/toys/android/
sendevent.c 26 struct input_event ev; local
31 memset(&ev, 0, sizeof(ev));
33 ev.type = atoi(toys.optargs[1]);
34 ev.code = atoi(toys.optargs[2]);
35 ev.value = atoi(toys.optargs[3]);
36 xwrite(fd, &ev, sizeof(ev));
  /external/toybox/toys/posix/
env.c 32 char **ev; local
40 for (ev = toys.optargs; *ev; ev++) {
41 char *name = *ev, *val = strchr(name, '=');
46 } else xexec(ev);
49 if (environ) for (ev = environ; *ev; ev++) xputs(*ev);
    [all...]
  /bionic/tests/
sys_epoll_test.cpp 59 epoll_event ev; local
60 ev.events = EPOLLIN;
61 ev.data.u64 = expected;
62 ASSERT_NE(-1, epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fds[0], &ev));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
1-2.c 31 struct sigevent ev; local
35 ev.sigev_notify = SIGEV_SIGNAL;
36 ev.sigev_signo = SIGTOTEST;
38 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 91011>>