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

  /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 452 if (sev.sigev_notify == SIGEV_SIGNAL)
456 printxval(sigev_value, sev.sigev_notify+1, "SIGEV_???");
458 if (sev.sigev_notify == SIGEV_THREAD_ID)
463 else if (sev.sigev_notify == SIGEV_THREAD)
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 197 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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 241 int sigev_notify; member in struct:sigevent
  /prebuilt/linux-x86/toolchain/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. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 197 int sigev_notify; member in struct:sigevent
  /external/kernel-headers/original/asm-generic/
siginfo.h 254 int sigev_notify; member in struct:sigevent
  /external/kernel-headers/original/linux/
compat.h 137 compat_int_t sigev_notify; member in struct:compat_sigevent
  /bionic/libc/bionic/
pthread-timers.c 310 if (__likely(evp == NULL || evp->sigev_notify != SIGEV_THREAD))
  /external/qemu/
qemu-timer.c 1011 ev.sigev_notify = SIGEV_SIGNAL;
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 514 int sigev_notify; member in struct:vki_sigevent
    [all...]

Completed in 1048 milliseconds