/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/ |
H A D | thread.rs | 46 let stack_size = cmp::max(stack, min_stack_size(&attr)); in new() localVariable 57 let stack_size = in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/ |
H A D | thread.rs | 44 let stack_size = cmp::max(stack, min_stack_size(&attr)); in new() localVariable 55 let stack_size = in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/ |
H A D | thread.rs | 44 let stack_size = cmp::max(stack, min_stack_size(&attr)); in new() localVariable 55 let stack_size = in new() localVariable
|
/aosp_15_r20/external/compiler-rt/lib/asan/tests/ |
H A D | asan_fake_stack_test.cc | 48 uptr stack_size = 1UL << stack_size_log; in TEST() local 95 const uptr stack_size = 1 << stack_size_log; in TEST() local
|
/aosp_15_r20/external/ltp/testcases/cve/ |
H A D | stack_clash.c | 141 unsigned long read_stack_addr_from_proc(unsigned long *stack_size) in read_stack_addr_from_proc() 219 unsigned long stack_addr, stack_size; in do_child() local
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | thread.h | 46 unsigned stack_size; member 77 const size_t stack_size) in pthread_attr_setstacksize()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 266 stack_size: Option<usize>, field 341 pub fn stack_size(mut self, size: usize) -> Builder { in stack_size() method 472 let stack_size = stack_size.unwrap_or_else(|| { in spawn_unchecked_() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 266 stack_size: Option<usize>, field 341 pub fn stack_size(mut self, size: usize) -> Builder { in stack_size() method 472 let stack_size = stack_size.unwrap_or_else(|| { in spawn_unchecked_() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/ |
D | lib.rs | 195 stack_size: Option<usize>, field 595 pub fn stack_size(mut self, stack_size: usize) -> Self { in stack_size() method 716 pub fn stack_size(mut self, stack_size: usize) -> Self { in stack_size() method
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | RecordReadThread_test.cpp | 101 uint64_t stack_size; in TEST() local 171 size_t stack_size, in CreateFakeRecords() 444 size_t stack_size = 1024; in TEST_F() local
|
/aosp_15_r20/external/ltp/include/lapi/ |
H A D | sched.h | 56 uint64_t __attribute__((aligned(8))) stack_size; member 71 uint64_t __attribute__((aligned(8))) stack_size; member
|
/aosp_15_r20/external/trusty/lk/lib/rust_support/ |
D | thread.rs | 142 pub stack_size: usize, field 166 pub fn stack_size(mut self, stack_size: usize) -> Self { in stack_size() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 266 stack_size: Option<usize>, field 341 pub fn stack_size(mut self, size: usize) -> Builder { in stack_size() method 472 let stack_size = stack_size.unwrap_or_else(|| { in spawn_unchecked_() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 266 stack_size: Option<usize>, field 341 pub fn stack_size(mut self, size: usize) -> Builder { in stack_size() method 472 let stack_size = stack_size.unwrap_or_else(|| { in spawn_unchecked_() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 266 stack_size: Option<usize>, field 341 pub fn stack_size(mut self, size: usize) -> Builder { in stack_size() method 472 let stack_size = stack_size.unwrap_or_else(|| { in spawn_unchecked_() localVariable
|
/aosp_15_r20/external/trusty/lk/kernel/ |
D | thread.c | 240 …, thread_start_routine entry, void *arg, int priority, void *stack, size_t stack_size, size_t shad… in thread_create_etc() 351 …ad_create(const char *name, thread_start_routine entry, void *arg, int priority, size_t stack_size) in thread_create() 1644 size_t stack_size; in thread_stack_used() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/src/ |
D | thread_pool.rs | 42 stack_size: usize, field 219 pub fn stack_size(&mut self, stack_size: usize) -> &mut Self { in stack_size() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 69 let stack_size = cmp::max(stack, min_stack_size(&attr)); in new() localVariable 80 let stack_size = in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 69 let stack_size = cmp::max(stack, min_stack_size(&attr)); in new() localVariable 80 let stack_size = in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 69 let stack_size = cmp::max(stack, min_stack_size(&attr)); in new() localVariable 80 let stack_size = in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 69 let stack_size = cmp::max(stack, min_stack_size(&attr)); in new() localVariable 80 let stack_size = in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 69 let stack_size = cmp::max(stack, min_stack_size(&attr)); in new() localVariable 80 let stack_size = in new() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/common/ |
H A D | mod.rs | 20 let stack_size = match env::var("RUST_MIN_STACK") { in rayon_init() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/common/ |
D | mod.rs | 20 let stack_size = match env::var("RUST_MIN_STACK") { in rayon_init() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/common/ |
H A D | mod.rs | 20 let stack_size = match env::var("RUST_MIN_STACK") { in rayon_init() localVariable
|