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

1 2 3 4

  /bionic/libc/bionic/
posix_timers.cpp 59 int sigev_notify; member in struct:PosixTimer
108 timer->sigev_notify = (evp == NULL) ? SIGEV_SIGNAL : evp->sigev_notify;
111 if (timer->sigev_notify != SIGEV_THREAD) {
160 se.sigev_notify = SIGEV_THREAD_ID;
185 if (timer->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/strace/
time.c 615 int sigev_notify; member in struct:__anon35088
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)
  /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/bits/
siginfo.h 277 int sigev_notify; member in struct:sigevent
299 /* `sigev_notify' values. */
  /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/kernel-headers/original/uapi/asm-generic/
siginfo.h 281 int sigev_notify; member in struct:sigevent
  /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.8/sysroot/usr/include/asm-generic/
siginfo.h 250 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

Completed in 881 milliseconds

1 2 3 4