Home
last modified time | relevance | path

Searched defs:stacksize (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libc/test/src/pthread/
H A Dpthread_attr_test.cpp83 size_t stacksize; in TEST() local
102 size_t stacksize; in TEST() local
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_create_test.cpp137 size_t stacksize, bool customstack) { in run_success_config()
217 for (size_t stacksize : stacksizes) { in run_success_tests() local
269 static void run_failure_config(size_t guardsize, size_t stacksize) { in run_failure_config()
/llvm-project/libc/src/pthread/
H A Dpthread_create.cpp44 size_t stacksize, guardsize; global() variable
/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp83 alloc_stack(size_t stacksize,size_t guardsize) alloc_stack() argument
123 free_stack(void * stack,size_t stacksize,size_t guardsize) free_stack() argument
198 run(ThreadStyle style,ThreadRunner runner,void * arg,void * stack,size_t stacksize,size_t guardsize,bool detached) run() argument
[all...]
/llvm-project/lld/MachO/
H A DMachOStructs.h42 llvm::support::ulittle64_t stacksize; member
/llvm-project/libc/src/__support/threads/
H A Dthread.h100 unsigned long long stacksize; // Size of the stack global() member
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp197 size_t stacksize; thread_descriptor_size_test_func() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp142 uptr stacksize = rl.rlim_cur; GetThreadStackTopAndBottom() local
154 uptr stacksize = 0; GetThreadStackTopAndBottom() local
[all...]
H A Dsanitizer_posix_libcdep.cpp419 uptr stacksize = 0; AdjustStackSize() local
[all...]
H A Dsanitizer_mac.cpp414 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom() local
/llvm-project/openmp/libompd/src/
H A Domp-icv.cpp183 size_t stacksize; in ompd_get_stacksize() local
/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp995 kmp_stg_ss_data_t *stacksize = (kmp_stg_ss_data_t *)data; in __kmp_stg_parse_stacksize() local
1018 kmp_stg_ss_data_t *stacksize = (kmp_stg_ss_data_t *)data; in __kmp_stg_print_stacksize() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h952 uint64_t stacksize; member