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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_getstacksize.c 70 * _POSIX_THREAD_ATTR_STACKSIZE
83 #if defined(_POSIX_THREAD_ATTR_STACKSIZE)
98 #endif /* _POSIX_THREAD_ATTR_STACKSIZE */
pthread_attr_setstacksize.c 65 * _POSIX_THREAD_ATTR_STACKSIZE
83 #if defined(_POSIX_THREAD_ATTR_STACKSIZE)
108 #endif /* _POSIX_THREAD_ATTR_STACKSIZE */
pthread_attr_init.c 83 #if defined(_POSIX_THREAD_ATTR_STACKSIZE)
pthread.h 364 * _POSIX_THREAD_ATTR_STACKSIZE (== 200112L)
449 #undef _POSIX_THREAD_ATTR_STACKSIZE
450 #define _POSIX_THREAD_ATTR_STACKSIZE 200809L
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix_opt.h 80 #define _POSIX_THREAD_ATTR_STACKSIZE 200112L
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 80 #define _POSIX_THREAD_ATTR_STACKSIZE 200112L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 80 #define _POSIX_THREAD_ATTR_STACKSIZE 200112L
  /bionic/libc/bionic/
sysconf.cpp 321 #ifdef _POSIX_THREAD_ATTR_STACKSIZE
322 case _SC_THREAD_ATTR_STACKSIZE: return _POSIX_THREAD_ATTR_STACKSIZE;

Completed in 2359 milliseconds