HomeSort by relevance Sort by last modified time
    Searched refs:SIGEV_SIGNAL (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/strace/xlat/
sigev_value.h 2 #if !(defined(SIGEV_SIGNAL) || (defined(HAVE_DECL_SIGEV_SIGNAL) && HAVE_DECL_SIGEV_SIGNAL))
3 # define SIGEV_SIGNAL 0
25 XLAT(SIGEV_SIGNAL),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
16-1.c 25 ev.sigev_notify = SIGEV_SIGNAL;
3-1.c 47 ev.sigev_notify = SIGEV_SIGNAL;
9-1.c 44 ev.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
6-3.c 29 ev.sigev_notify = SIGEV_SIGNAL;
6-2.c 32 ev.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
6-2.c 28 ev.sigev_notify = SIGEV_SIGNAL;
6-3.c 28 ev.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
8-1.c 41 notification.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
15-1.c 36 ev.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
2-1.c 30 ev.sigev_notify = SIGEV_SIGNAL;
2-2.c 32 ev.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify02.c 21 * sevp->sigev_notify = SIGEV_SIGNAL and sevp->sigev_signo > _NSG,
38 {{.sigev_notify = SIGEV_SIGNAL, .sigev_signo = _NSIG+1}, EINVAL},
  /external/ltp/testcases/kernel/syscalls/timer_getoverrun/
timer_getoverrun01.c 59 ev.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
4-1.c 47 se.sigev_notify = SIGEV_SIGNAL;
2-1.c 107 se.sigev_notify = SIGEV_SIGNAL;
178 se.sigev_notify = SIGEV_SIGNAL;
194 se.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
1-2.c 35 ev.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
8-1.c 31 ev.sigev_notify = SIGEV_SIGNAL;
8-3.c 37 ev.sigev_notify = SIGEV_SIGNAL;
8-4.c 34 ev.sigev_notify = SIGEV_SIGNAL;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/
12-2.c 37 ev.sigev_notify = SIGEV_SIGNAL;
12-3.c 35 ev.sigev_notify = SIGEV_SIGNAL;
  /external/strace/
print_sigevent.c 56 case SIGEV_SIGNAL:
  /external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
twoevtimers.c 65 ev1.sigev_notify = SIGEV_SIGNAL;
67 ev2.sigev_notify = SIGEV_SIGNAL;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 283 /* When SIGEV_SIGNAL and SIGEV_THREAD_ID set, LWP ID of the
302 SIGEV_SIGNAL = 0, /* Notify via signal. */
303 # define SIGEV_SIGNAL SIGEV_SIGNAL

Completed in 277 milliseconds

1 2 3 4 5 6 7 8 9