HomeSort by relevance Sort by last modified time
    Searched defs:SIGEV_THREAD_ID (Results 1 - 9 of 9) sorted by null

  /external/strace/tests/
timer_create.c 101 #ifndef SIGEV_THREAD_ID
102 # define SIGEV_THREAD_ID 4
104 sev.sigev_notify = SIGEV_THREAD_ID;
110 "sigev_notify=SIGEV_THREAD_ID, sigev_notify_thread_id=%d}"
  /external/strace/tests-m32/
timer_create.c 101 #ifndef SIGEV_THREAD_ID
102 # define SIGEV_THREAD_ID 4
104 sev.sigev_notify = SIGEV_THREAD_ID;
110 "sigev_notify=SIGEV_THREAD_ID, sigev_notify_thread_id=%d}"
  /external/strace/tests-mx32/
timer_create.c 101 #ifndef SIGEV_THREAD_ID
102 # define SIGEV_THREAD_ID 4
104 sev.sigev_notify = SIGEV_THREAD_ID;
110 "sigev_notify=SIGEV_THREAD_ID, sigev_notify_thread_id=%d}"
  /external/strace/xlat/
sigev_value.h 11 #if !(defined(SIGEV_THREAD_ID) || (defined(HAVE_DECL_SIGEV_THREAD_ID) && HAVE_DECL_SIGEV_THREAD_ID))
12 # define SIGEV_THREAD_ID 4
28 XLAT(SIGEV_THREAD_ID),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 283 /* When SIGEV_SIGNAL and SIGEV_THREAD_ID set, LWP ID of the
309 SIGEV_THREAD_ID = 4 /* Send signal to specific thread. */
310 #define SIGEV_THREAD_ID SIGEV_THREAD_ID
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 283 /* When SIGEV_SIGNAL and SIGEV_THREAD_ID set, LWP ID of the
309 SIGEV_THREAD_ID = 4 /* Send signal to specific thread. */
310 #define SIGEV_THREAD_ID SIGEV_THREAD_ID
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 193 #define SIGEV_THREAD_ID 4
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 267 #define SIGEV_THREAD_ID 4 /* deliver to thread */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 254 #define SIGEV_THREAD_ID 4 /* deliver to thread */

Completed in 203 milliseconds