Home
last modified time | relevance | path

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

123

/external/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()
126 size_t stack_size) in ltp_clone_malloc()
154 size_t stack_size = getpagesize() * 6; in ltp_clone_quick() local
/external/libchrome/base/threading/
Dplatform_thread_posix.cc80 bool CreateThread(size_t stack_size, in CreateThread()
187 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority()
195 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
Dplatform_thread.h160 static bool Create(size_t stack_size, in Create()
Dsimple_thread.h72 size_t stack_size() const { return stack_size_; } in stack_size() function
/external/syslinux/com32/lib/sys/
Dcfarcall.c7 int __cfarcall(uint16_t cs, uint16_t ip, const void *stack, uint32_t stack_size) in __cfarcall()
/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc48 uptr stack_size = 1UL << stack_size_log; in TEST() local
95 const uptr stack_size = 1 << stack_size_log; in TEST() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
D1-1.c33 size_t stack_size; in main() local
/external/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
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/
D1-1.c34 size_t stack_size; in main() local
/external/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
/external/ltp/testcases/kdump/lib/kprobes/
Dkprobes.c15 struct pt_regs *regs, unsigned long stack_size, in jdo_fork()
/external/compiler-rt/lib/asan/
Dasan_thread.cc183 uptr AsanThread::stack_size() { in stack_size() function in __asan::AsanThread
191 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
265 uptr stack_size = 0; in SetThreadStackAndTls() local
/external/v8/src/
Dbackground-parsing-task.cc21 int stack_size, Isolate* isolate) in BackgroundParsingTask()
/external/syslinux/core/thread/
Dstart_thread.c13 struct thread *start_thread(const char *name, size_t stack_size, int prio, in start_thread()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc24 uptr stack_size = 0; in SetThreadStackAndTls() local
/external/valgrind/none/tests/linux/
Dpthread-stack.c89 const size_t stack_size = 256 * 1024; in main() local
/external/libchrome/base/debug/
Dstack_trace.cc67 size_t stack_size = 0; in GetStackEnd() local
/external/valgrind/none/tests/solaris/
Dpthread-stack.c83 const size_t stack_size = 256 * 1024; in main() local
/external/clang/test/CodeGen/
D2002-02-14-EntryNodePreds.c25 int stack_size; member

123