HomeSort by relevance Sort by last modified time
    Searched refs:SIGEV_THREAD (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /external/kernel-headers/original/asm-generic/
siginfo.h 229 * It seems likely that SIGEV_THREAD will have to be handled from
236 #define SIGEV_THREAD 2 /* deliver via thread creation */
  /external/strace/
time.c 754 { SIGEV_THREAD+1, "SIGEV_THREAD" },
788 else if (sev.sigev_notify == SIGEV_THREAD)
826 else if (sev.sigev_notify == SIGEV_THREAD)
  /bionic/libc/bionic/
pthread-timers.c 33 /* This file implements the support required to implement SIGEV_THREAD posix
55 /* normal (i.e. non-SIGEV_THREAD) timer ids are created directly by the kernel
58 * on the other hand, a SIGEV_THREAD timer ID will have its TIMER_ID_WRAP_BIT
233 * really wants to use SIGEV_THREAD timers, which should be
309 /* if not a SIGEV_THREAD timer, direct creation by the kernel */
310 if (__likely(evp == NULL || evp->sigev_notify != SIGEV_THREAD))

Completed in 189 milliseconds

12