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

1 2 3 4

  /external/strace/xlat/
sigev_value.h 10 #if defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD)
11 XLAT(SIGEV_THREAD),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
siginfo.h 306 SIGEV_THREAD, /* Deliver via thread creation. */
307 # define SIGEV_THREAD SIGEV_THREAD
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 306 SIGEV_THREAD, /* Deliver via thread creation. */
307 # define SIGEV_THREAD SIGEV_THREAD
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 90 se.sigev_notify = SIGEV_THREAD;
  /bionic/libc/bionic/
posix_timers.cpp 45 // Most POSIX timers are handled directly by the kernel. We translate SIGEV_THREAD timers
61 // These fields are only needed for a SIGEV_THREAD timer.
110 // If not a SIGEV_THREAD timer, the kernel can handle it without our help.
111 if (timer->sigev_notify != SIGEV_THREAD) {
121 // Otherwise, this must be SIGEV_THREAD timer...
185 if (timer->sigev_notify == SIGEV_THREAD) {
  /external/bluetooth/bluedroid/test/suite/support/
hal.c 81 sigevent.sigev_notify = SIGEV_THREAD;
  /bionic/tests/
time_test.cpp 151 se.sigev_notify = SIGEV_THREAD;
211 se.sigev_notify = SIGEV_THREAD;
295 // A SIGEV_THREAD timer is more interesting because we have stuff to clean up.
298 se.sigev_notify = SIGEV_THREAD;
313 se.sigev_notify = SIGEV_THREAD;
360 se.sigev_notify = SIGEV_THREAD;
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 231 #define SIGEV_THREAD 2
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /development/ndk/platforms/android-L/include/asm-generic/
siginfo.h 231 #define SIGEV_THREAD 2
  /development/ndk/sources/android/libportable/common/include/asm-generic/
siginfo_portable.h 191 #define SIGEV_THREAD 2
  /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 25 NOTE: P1003.1c/D10, p. 34 adds SIGEV_THREAD. */
32 #define SIGEV_THREAD 3 /* A notification function shall be called to */
  /external/fio/os/
os-mac.h 63 if (fio_timers[i].sigev_notify == SIGEV_THREAD)
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 256 * It seems likely that SIGEV_THREAD will have to be handled from
263 #define SIGEV_THREAD 2 /* deliver via thread creation */
  /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 225 * It seems likely that SIGEV_THREAD will have to be handled from
232 #define SIGEV_THREAD 2 /* deliver via thread creation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 225 * It seems likely that SIGEV_THREAD will have to be handled from
232 #define SIGEV_THREAD 2 /* deliver via thread creation */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 184 #define SIGEV_THREAD 2

Completed in 320 milliseconds

1 2 3 4