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

1 2 3

  /development/ndk/sources/android/libportable/arch-mips/
timer.c 28 (evp->sigev_notify == SIGEV_SIGNAL ||
29 evp->sigev_notify == SIGEV_THREAD_ID)) {
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 90 se.sigev_notify = SIGEV_THREAD;
  /system/extras/tests/bionic/libc/other/
test_timer_create.c 56 se.sigev_notify = SIGEV_THREAD;
test_timer_create2.c 56 se.sigev_notify = SIGEV_SIGNAL;
test_timer_create3.c 72 se.sigev_notify = SIGEV_THREAD;
  /external/strace/
time.c 766 int sigev_notify; member in struct:__anon15675
780 if (sev.sigev_notify == SIGEV_SIGNAL)
784 printxval(sigev_value, sev.sigev_notify + 1, "SIGEV_???");
786 if (sev.sigev_notify == SIGEV_THREAD_ID)
788 else if (sev.sigev_notify == SIGEV_THREAD)
815 if (sev.sigev_notify == SIGEV_SIGNAL)
819 printxval(sigev_value, sev.sigev_notify+1, "SIGEV_???");
821 if (sev.sigev_notify == SIGEV_THREAD_ID)
826 else if (sev.sigev_notify == SIGEV_THREAD)
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 211 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/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 141 se.sigev_notify = SIGEV_THREAD;
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 175 se.sigev_notify = SIGEV_THREAD;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 241 int sigev_notify; member in struct:sigevent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 277 int sigev_notify; member in struct:sigevent
299 /* `sigev_notify' values. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
siginfo.h 241 int sigev_notify; member in struct:sigevent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/asm-generic/
siginfo.h 241 int sigev_notify; member in struct:sigevent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /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

Completed in 168 milliseconds

1 2 3