/llvm-project/libc/test/src/pthread/ |
H A D | pthread_attr_test.cpp | 83 size_t stacksize; in TEST() local 102 size_t stacksize; in TEST() local
|
/llvm-project/libc/test/integration/src/pthread/ |
H A D | pthread_create_test.cpp | 137 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 D | pthread_create.cpp | 44 size_t stacksize, guardsize; global() variable
|
/llvm-project/libc/src/__support/threads/linux/ |
H A D | thread.cpp | 83 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 D | MachOStructs.h | 42 llvm::support::ulittle64_t stacksize; member
|
/llvm-project/libc/src/__support/threads/ |
H A D | thread.h | 100 unsigned long long stacksize; // Size of the stack global() member
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_linux_test.cpp | 197 size_t stacksize; thread_descriptor_size_test_func() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 142 uptr stacksize = rl.rlim_cur; GetThreadStackTopAndBottom() local 154 uptr stacksize = 0; GetThreadStackTopAndBottom() local [all...] |
H A D | sanitizer_posix_libcdep.cpp | 419 uptr stacksize = 0; AdjustStackSize() local [all...] |
H A D | sanitizer_mac.cpp | 414 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom() local
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-icv.cpp | 183 size_t stacksize; in ompd_get_stacksize() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 995 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 D | MachO.h | 952 uint64_t stacksize; member
|