Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-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()
/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/
H A Dthread.cpp84 LIBC_INLINE ErrorOr<void *> alloc_stack(size_t stacksize, size_t guardsize) { in alloc_stack()
124 free_stack(void *stack, size_t stacksize, size_t guardsize) { in free_stack()
199 size_t stacksize, size_t guardsize, bool detached) { in run()
/aosp_15_r20/external/llvm-libc/test/src/pthread/
H A Dpthread_attr_test.cpp35 size_t guardsize; in TEST() local
65 size_t guardsize; in TEST() local
/aosp_15_r20/external/llvm-libc/src/pthread/
H A Dpthread_create.cpp45 size_t stacksize, guardsize; variable
/aosp_15_r20/external/llvm-libc/src/__support/threads/
H A Dthread.h103 size_t guardsize; // Guard size on stack member
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dstack_overflow.rs453 let mut guardsize = 0; in current_guard() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dstack_overflow.rs453 let mut guardsize = 0; in current_guard() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dstack_overflow.rs519 let mut guardsize = 0; in current_guard() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dstack_overflow.rs519 let mut guardsize = 0; in current_guard() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dstack_overflow.rs519 let mut guardsize = 0; in current_guard() localVariable