Home
last modified time | relevance | path

Searched refs:PTHREAD_DESTRUCTOR_ITERATIONS (Results 1 – 12 of 12) sorted by relevance

/third_party/libunwind/include/win/
Dpthread.h14 #define PTHREAD_DESTRUCTOR_ITERATIONS 0 macro
/third_party/musl/porting/liteos_a/user/include/
Dlimits.h68 #define PTHREAD_DESTRUCTOR_ITERATIONS 4 macro
/third_party/musl/include/
Dlimits.h68 #define PTHREAD_DESTRUCTOR_ITERATIONS 4 macro
/third_party/musl/src/thread/
Dpthread_key_create.c73 for (j=0; self->tsd_used && j<PTHREAD_DESTRUCTOR_ITERATIONS; j++) { in __pthread_tsd_run_dtors()
/third_party/musl/porting/liteos_m/kernel/include/
Dlimits.h81 #define PTHREAD_DESTRUCTOR_ITERATIONS 4 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlimits.h103 #define PTHREAD_DESTRUCTOR_ITERATIONS 4 macro
/third_party/libunwind/src/arm/
DGtrace.c64 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS) in trace_cache_free()
69 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count); in trace_cache_free()
/third_party/libunwind/src/aarch64/
DGtrace.c63 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS) in trace_cache_free()
68 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count); in trace_cache_free()
/third_party/libunwind/src/x86_64/
DGtrace.c62 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS) in trace_cache_free()
67 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count); in trace_cache_free()
/third_party/musl/src/conf/
Dsysconf.c86 [_SC_THREAD_DESTRUCTOR_ITERATIONS] = PTHREAD_DESTRUCTOR_ITERATIONS, in sysconf()
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h136 #define PTHREAD_DESTRUCTOR_ITERATIONS 256 macro
431 #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS PTHREAD_DESTRUCTOR_ITERATIONS
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/
Dthread.c943 for (j = 0; j < PTHREAD_DESTRUCTOR_ITERATIONS; j++) in _pthread_cleanup_dest()