Home
last modified time | relevance | path

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

123

/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/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
D1-1.c33 size_t stack_size; in main() local
/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_setstack/
D6-1.c32 size_t stack_size; variable
D7-1.c33 size_t stack_size; variable
D1-1.c33 size_t stack_size; variable
D4-1.c35 size_t stack_size; variable
D2-1.c36 size_t stack_size; variable
/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/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
D4-1.c41 size_t stack_size; in main() local
D1-1.c42 size_t stack_size = PTHREAD_STACK_MIN; in main() local
D2-1.c35 size_t stack_size; variable
/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
/third_party/ltp/include/lapi/
Dclone.h25 uint64_t __attribute__((aligned(8))) stack_size; member
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dthread.cc41 size_t stack_size) { in CreateThread()
/third_party/boost/boost/asio/detail/
Dwin_thread.hpp70 win_thread(Function f, unsigned int stack_size = 0) in win_thread()
/third_party/grpc/src/core/lib/gprpp/
Dthd.h71 size_t stack_size() const { return stack_size_; } in stack_size() function
Dthd_posix.cc104 size_t stack_size = MinValidStackSize(options.stack_size()); in ThreadInternalsPosix() local
/third_party/Linux_Kernel/include/linux/
Delf-fdpic.h28 unsigned long stack_size; /* stack size requested (PT_GNU_STACK) */ member
/third_party/Linux_Kernel/include/uapi/linux/
Dflat.h41 unsigned long stack_size; /* Size of stack, in bytes */ member
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone302.c28 unsigned long stack_size; member
/third_party/python/Lib/
D_dummy_thread.py78 def stack_size(size=None): function
/third_party/cares/test/
Dares-test-ns.cc108 const int stack_size = 1024 * 1024; in RunInContainer() local
/third_party/glib/glib/
Dgthread.c887 gsize stack_size, in g_thread_new_internal()

123