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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
local_lim.h 70 #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
local_lim.h 70 #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
  /bionic/libc/include/
limits.h 147 #define PTHREAD_DESTRUCTOR_ITERATIONS 4
  /bionic/libc/bionic/
pthread_key.cpp 78 for (size_t rounds = PTHREAD_DESTRUCTOR_ITERATIONS; rounds > 0; --rounds) {
sysconf.cpp 146 case _SC_THREAD_DESTRUCTOR_ITERATIONS: return PTHREAD_DESTRUCTOR_ITERATIONS;
  /bionic/tests/headers/posix/
limits_h.c 64 MACRO(PTHREAD_DESTRUCTOR_ITERATIONS);
  /external/compiler-rt/lib/safestack/
safestack.cc 159 // User destructors that might run more then PTHREAD_DESTRUCTOR_ITERATIONS-1
162 if (iter < PTHREAD_DESTRUCTOR_ITERATIONS) {
  /external/libunwind/src/x86_64/
Gtrace.c 61 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS)
66 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count);
  /external/mesa3d/include/c11/
threads_posix.h 56 #define TSS_DTOR_ITERATIONS PTHREAD_DESTRUCTOR_ITERATIONS
  /external/python/cpython2/Lib/plat-linux2/
IN.py 296 PTHREAD_DESTRUCTOR_ITERATIONS = _POSIX_THREAD_DESTRUCTOR_ITERATIONS
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 296 PTHREAD_DESTRUCTOR_ITERATIONS = _POSIX_THREAD_DESTRUCTOR_ITERATIONS
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 296 PTHREAD_DESTRUCTOR_ITERATIONS = _POSIX_THREAD_DESTRUCTOR_ITERATIONS
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 136 #define PTHREAD_DESTRUCTOR_ITERATIONS 256
431 #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS PTHREAD_DESTRUCTOR_ITERATIONS
    [all...]
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 166 // provided destructors in a loop of PTHREAD_DESTRUCTOR_ITERATIONS.
168 // like, so we wait until PTHREAD_DESTRUCTOR_ITERATIONS before draining the
170 if (v < PTHREAD_DESTRUCTOR_ITERATIONS) {

Completed in 204 milliseconds