Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/ltp/lib/
Dcloner.c66 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_()
94 size_t stack_size, void *stack) in ltp_clone()
100 size_t stack_size, void *stack, ...) in ltp_clone7()
144 size_t stack_size) in ltp_clone_alloc()
172 size_t stack_size = getpagesize() * 6; in ltp_clone_quick() local
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap18.c86 static void *allocate_stack(size_t stack_size, size_t mapped_size) in allocate_stack()
151 static void grow_stack_success(size_t stack_size, size_t mapped_size) in grow_stack_success()
175 static void grow_stack_fail(size_t stack_size, size_t mapped_size) in grow_stack_fail()
204 size_t stack_size = 8 * pthread_stack; in run_test() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_32.c521 sljit_s32 stack_size = 0; in c_fast_call_get_stack_size() local
551 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count, sljit_s32 swap_args) in c_fast_call_with_args()
627 sljit_s32 stack_size = 0; in cdecl_call_get_stack_size() local
663 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count) in cdecl_call_with_args()
704 sljit_s32 arg_types, sljit_s32 stack_size) in post_call_with_args()
732 sljit_s32 stack_size = 0; in sljit_emit_call() local
775 sljit_s32 stack_size = 0; in sljit_emit_icall() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_scratch.c67 panfrost_get_stack_shift(unsigned stack_size) in panfrost_get_stack_shift()
/third_party/boost/boost/context/
Dpooled_fixedsize_stack.hpp81 storage( std::size_t stack_size, std::size_t next_size, std::size_t max_size) : in storage()
129 basic_pooled_fixedsize_stack( std::size_t stack_size = traits_type::default_size(), in basic_pooled_fixedsize_stack()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
D4-1.c35 size_t stack_size; in main() local
D1-1.c42 size_t stack_size = PTHREAD_STACK_MIN; in main() local
D2-1.c35 static size_t stack_size; variable
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_arm.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_aarch64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_x64.c31 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_ppc64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_x86.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_mips64.c29 uint32_t stack_size, in marl_fiber_set_target()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
D7-1.c33 static size_t stack_size; variable
D6-1.c32 static size_t stack_size; variable
D1-1.c33 static size_t stack_size; variable
D4-1.c35 static size_t stack_size; variable
D2-1.c36 static size_t stack_size; variable
/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_stack_size.c26 size_t stack_size = 0; in pthread_stack_size_0100() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
D1-1.c33 size_t stack_size; in main() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_rt_intrinsics.c111 int32_t stack_size = nir_intrinsic_stack_size(intrin); in lower_rt_intrinsics_impl() local
127 int32_t stack_size = nir_intrinsic_stack_size(intrin); in lower_rt_intrinsics_impl() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/
D1-1.c34 size_t stack_size; in main() local
/third_party/ltp/testcases/kdump/lib/kprobes/
Dkprobes.c15 struct pt_regs *regs, unsigned long stack_size, in jdo_fork()
/third_party/ltp/testcases/cve/
Dstack_clash.c81 unsigned long read_stack_addr_from_proc(unsigned long *stack_size) in read_stack_addr_from_proc()
135 unsigned long stack_addr, stack_size; in do_child() local

1234