Home
last modified time | relevance | path

Searched defs:guardsize (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/test/src/pthread/
H A Dpthread_attr_test.cpp35 size_t guardsize; in TEST() local
65 size_t guardsize; in TEST() local
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_create_test.cpp136 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 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/libc/src/__support/threads/
H A Dthread.h101 unsigned long long guardsize; // Guard size on stack global() member