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

  /external/strace/xlat/
sigev_value.h 8 #if !(defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD))
9 # define SIGEV_THREAD 2
27 XLAT(SIGEV_THREAD),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 306 SIGEV_THREAD, /* Deliver via thread creation. */
307 # define SIGEV_THREAD SIGEV_THREAD
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 192 #define SIGEV_THREAD 2
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 259 * It seems likely that SIGEV_THREAD will have to be handled from
266 #define SIGEV_THREAD 2 /* deliver via thread creation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 246 * It seems likely that SIGEV_THREAD will have to be handled from
253 #define SIGEV_THREAD 2 /* deliver via thread creation */
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 124 SIGEV_THREAD = 131
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 505 SIGEV_THREAD = 3
STROPTS.py 502 SIGEV_THREAD = 3
    [all...]

Completed in 238 milliseconds