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

1 2 3 4

  /external/strace/
print_sigevent.c 54 switch (sev.sigev_notify) {
64 tprints(", sigev_notify=");
65 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
67 switch (sev.sigev_notify) {
  /external/strace/tests/
timer_create.c 45 .sigev_notify = SIGEV_NONE,
54 ", sigev_signo=%u, sigev_notify=SIGEV_NONE}"
60 sev.sigev_notify = SIGEV_SIGNAL;
65 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_SIGNAL}"
70 sev.sigev_notify = SIGEV_THREAD;
78 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
99 sev.sigev_notify = SIGEV_THREAD_ID;
104 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD_ID"
timer_xettime.c 47 struct sigevent sev = { .sigev_notify = SIGEV_NONE };
52 ", sigev_notify=SIGEV_NONE}, [%d]) = 0\n", tid);
  /bionic/libc/bionic/
posix_timers.cpp 61 int sigev_notify; member in struct:PosixTimer
117 timer->sigev_notify = (evp == NULL) ? SIGEV_SIGNAL : evp->sigev_notify;
120 if (timer->sigev_notify != SIGEV_THREAD) {
170 se.sigev_notify = SIGEV_THREAD_ID;
195 if (timer->sigev_notify == SIGEV_THREAD) {
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 90 se.sigev_notify = SIGEV_THREAD;
  /external/fio/os/
os-mac.h 63 if (fio_timers[i].sigev_notify == SIGEV_THREAD)
65 else if (fio_timers[i].sigev_notify == SIGEV_SIGNAL)
  /system/bt/osi/test/
AlarmTestHarness.cpp 50 sigevent.sigev_notify = SIGEV_THREAD;
  /bionic/tests/
time_test.cpp 211 se.sigev_notify = SIGEV_THREAD;
240 se.sigev_notify = SIGEV_SIGNAL;
278 se.sigev_notify = SIGEV_THREAD;
382 se.sigev_notify = SIGEV_THREAD;
397 se.sigev_notify = SIGEV_THREAD;
481 se.sigev_notify = SIGEV_THREAD;
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 244 int sigev_notify; member in struct:sigevent
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 175 se.sigev_notify = SIGEV_THREAD;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 250 int sigev_notify; member in struct:sigevent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 277 int sigev_notify; member in struct:sigevent
299 /* `sigev_notify' values. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 271 int sigev_notify; member in struct:sigevent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 277 int sigev_notify; member in struct:sigevent
299 /* `sigev_notify' values. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 277 int sigev_notify; member in struct:sigevent
299 /* `sigev_notify' values. */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent

Completed in 2381 milliseconds

1 2 3 4