Searched defs:guardsize (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/test/src/pthread/ |
H A D | pthread_attr_test.cpp | 35 size_t guardsize; in TEST() local 65 size_t guardsize; in TEST() local
|
/llvm-project/libc/test/integration/src/pthread/ |
H A D | pthread_create_test.cpp | 136 static void run_success_config(int detachstate, size_t guardsize, in run_success_config() 216 for (size_t guardsize : guardsizes) { 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/libc/src/__support/threads/ |
H A D | thread.h | 101 unsigned long long guardsize; // Guard size on stack global() member
|