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

1 2 3 4 5 6 7

  /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) {
  /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)
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 90 se.sigev_notify = SIGEV_THREAD;
  /system/bt/osi/test/
AlarmTestHarness.cpp 48 sigevent.sigev_notify = SIGEV_THREAD;
  /bionic/tests/
time_test.cpp 178 se.sigev_notify = SIGEV_THREAD;
210 se.sigev_notify = SIGEV_SIGNAL;
248 se.sigev_notify = SIGEV_THREAD;
352 se.sigev_notify = SIGEV_THREAD;
367 se.sigev_notify = SIGEV_THREAD;
451 se.sigev_notify = SIGEV_THREAD;
  /external/strace/
time.c 584 int sigev_notify; member in struct:__anon18826
598 if (sev.sigev_notify == SIGEV_SIGNAL)
602 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
604 if (sev.sigev_notify == SIGEV_THREAD_ID)
606 else if (sev.sigev_notify == SIGEV_THREAD)
632 if (sev.sigev_notify == SIGEV_SIGNAL)
636 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
638 if (sev.sigev_notify == SIGEV_THREAD_ID)
650 else if (sev.sigev_notify == SIGEV_THREAD)
  /system/bt/test/suite/support/
hal.c 92 sigevent.sigev_notify = SIGEV_THREAD;
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent

Completed in 1251 milliseconds

1 2 3 4 5 6 7