| /third_party/rust/crates/rustix/src/backend/linux_raw/runtime/ |
| H A D | tls.rs | 17 let mut stack_size = 0; variables
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_scratch.c | 67 panfrost_get_stack_shift(unsigned stack_size) in panfrost_get_stack_shift() argument
|
| /third_party/musl/libc-test/src/functionalext/thread/ |
| H A D | pthread_stack_size.c | 26 size_t stack_size = 0; in pthread_stack_size_0100() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/ |
| H A D | 1-1.c | 34 size_t stack_size; in main() local [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/ |
| H A D | 1-1.c | 33 size_t stack_size; in main() local [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
| H A D | 7-1.c | 33 static size_t stack_size; variable [all...] |
| H A D | 6-1.c | 32 static size_t stack_size; variable [all...] |
| H A D | 2-1.c | 36 static size_t stack_size; variable
|
| H A D | 4-1.c | 35 static size_t stack_size; variable [all...] |
| H A D | 1-1.c | 33 static size_t stack_size; variable [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
| H A D | 4-1.c | 35 size_t stack_size; in main() local
|
| H A D | 2-1.c | 35 static size_t stack_size; variable
|
| H A D | 1-1.c | 42 size_t stack_size = PTHREAD_STACK_MIN; in main() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | osfiber_aarch64.c | 27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
|
| H A D | osfiber_arm.c | 27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
|
| H A D | osfiber_mips64.c | 27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
|
| H A D | osfiber_ppc64.c | 27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
|
| H A D | osfiber_x64.c | 29 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
|
| H A D | osfiber_x86.c | 27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
|
| /third_party/ltp/testcases/kdump/lib/kprobes/ |
| H A D | kprobes.c | 14 jdo_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user * parent_tidptr, int __user * child_tidptr) jdo_fork() argument
|
| /third_party/ltp/testcases/kernel/syscalls/clone3/ |
| H A D | clone302.c | 32 unsigned long stack_size; member
|
| /third_party/ltp/include/lapi/ |
| H A D | clone.h | 26 uint64_t __attribute__((aligned(8))) stack_size; member
|
| /third_party/ltp/lib/ |
| H A D | cloner.c | 60 ltp_clone_(unsigned long flags, int (*fn)(void *arg), void *arg, size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) ltp_clone_() argument 88 ltp_clone(unsigned long flags, int (*fn)(void *arg), void *arg, size_t stack_size, void *stack) ltp_clone() argument 94 ltp_clone7(unsigned long flags, int (*fn)(void *arg), void *arg, size_t stack_size, void *stack, ...) ltp_clone7() argument 133 ltp_clone_alloc(unsigned long clone_flags, int (*fn) (void *arg), void *arg, size_t stack_size) ltp_clone_alloc() argument 162 size_t stack_size = getpagesize() * 6; ltp_clone_quick() local [all...] |
| /third_party/ltp/testcases/kernel/syscalls/mmap/ |
| H A D | mmap18.c | 86 static void *allocate_stack(size_t stack_size, size_t mapped_size) in allocate_stack() argument 151 static void grow_stack_success(size_t stack_size, size_t mapped_size) in grow_stack_success() argument 175 static void grow_stack_fail(size_t stack_size, size_t mapped_size) in grow_stack_fail() argument 204 size_t stack_size = 8 * pthread_stack; run_test() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| H A D | StackContainerTests.cpp | 34 const int stack_size = 3; in TEST() local [all...] |