HomeSort by relevance Sort by last modified time
    Searched refs:_POSIX_THREAD_ATTR_STACKADDR (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_setstackaddr.c 67 * _POSIX_THREAD_ATTR_STACKADDR
82 #if defined( _POSIX_THREAD_ATTR_STACKADDR )
96 #endif /* _POSIX_THREAD_ATTR_STACKADDR */
pthread_attr_getstackaddr.c 69 * _POSIX_THREAD_ATTR_STACKADDR
82 #if defined( _POSIX_THREAD_ATTR_STACKADDR )
96 #endif /* _POSIX_THREAD_ATTR_STACKADDR */
pthread_attr_init.c 92 #if defined(_POSIX_THREAD_ATTR_STACKADDR)
pthread.h 370 * _POSIX_THREAD_ATTR_STACKADDR (== -1)
455 #undef _POSIX_THREAD_ATTR_STACKADDR
456 #define _POSIX_THREAD_ATTR_STACKADDR -1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix_opt.h 83 #define _POSIX_THREAD_ATTR_STACKADDR 200112L
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 83 #define _POSIX_THREAD_ATTR_STACKADDR 200112L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 83 #define _POSIX_THREAD_ATTR_STACKADDR 200112L
  /bionic/libc/bionic/
sysconf.cpp 318 #ifdef _POSIX_THREAD_ATTR_STACKADDR
319 case _SC_THREAD_ATTR_STACKADDR: return _POSIX_THREAD_ATTR_STACKADDR;

Completed in 134 milliseconds