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

1 2 3 4 5

  /development/ndk/sources/android/libportable/arch-mips/
timer.c 28 (evp->sigev_notify == SIGEV_SIGNAL ||
29 evp->sigev_notify == SIGEV_THREAD_ID)) {
  /bionic/libc/bionic/
posix_timers.cpp 59 int sigev_notify; member in struct:PosixTimer
112 timer->sigev_notify = (evp == NULL) ? SIGEV_SIGNAL : evp->sigev_notify;
115 if (timer->sigev_notify != SIGEV_THREAD) {
165 se.sigev_notify = SIGEV_THREAD_ID;
190 if (timer->sigev_notify == SIGEV_THREAD) {
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 90 se.sigev_notify = SIGEV_THREAD;
  /external/strace/
time.c 615 int sigev_notify; member in struct:__anon35975
629 if (sev.sigev_notify == SIGEV_SIGNAL)
633 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
635 if (sev.sigev_notify == SIGEV_THREAD_ID)
637 else if (sev.sigev_notify == SIGEV_THREAD)
663 if (sev.sigev_notify == SIGEV_SIGNAL)
667 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
669 if (sev.sigev_notify == SIGEV_THREAD_ID)
681 else if (sev.sigev_notify == SIGEV_THREAD)
  /bionic/tests/
time_test.cpp 151 se.sigev_notify = SIGEV_THREAD;
183 se.sigev_notify = SIGEV_SIGNAL;
212 se.sigev_notify = SIGEV_THREAD;
319 se.sigev_notify = SIGEV_THREAD;
334 se.sigev_notify = SIGEV_THREAD;
381 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)
  /external/bluetooth/bluedroid/test/suite/support/
hal.c 81 sigevent.sigev_notify = SIGEV_THREAD;
  /bionic/libc/kernel/uapi/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
  /development/ndk/platforms/android-L/include/asm-generic/
siginfo.h 244 int sigev_notify; member in struct:sigevent
  /development/ndk/sources/android/libportable/common/include/asm-generic/
siginfo_portable.h 205 int sigev_notify; member in struct:sigevent_portable
  /external/bluetooth/bluedroid/hci/src/
lpm.c 142 se.sigev_notify = SIGEV_THREAD;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h 24 /* sigev_notify values
45 int sigev_notify; /* Notification type */ member in struct:sigevent
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 281 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.6/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.6/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.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/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

Completed in 3311 milliseconds

1 2 3 4 5