Home
last modified time | relevance | path

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

12

/external/libchrome/base/threading/
Dplatform_thread_posix.cc77 bool CreateThread(size_t stack_size, in CreateThread()
184 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority()
192 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
Dthread.h66 size_t stack_size; member
/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/v8/src/
Dbackground-parsing-task.cc13 int stack_size, Isolate* isolate) in BackgroundParsingTask()
/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/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
/external/lldb/source/Target/
DThread.cpp1153 int stack_size = m_completed_plan_stack.size(); in GetPreviousPlan() local
1190 int stack_size = m_plan_stack.size(); in EnableTracer() local
1204 int stack_size = m_plan_stack.size(); in SetTracer() local
1224 int stack_size = m_plan_stack.size(); in DiscardThreadPlansUpToPlan() local
1267 int stack_size = m_plan_stack.size(); in DiscardThreadPlans() local
1335 int stack_size = m_plan_stack.size(); in UnwindInnermostExpression() local
1517 uint32_t stack_size = m_plan_stack.size(); in DumpThreadPlans() local
/external/kernel-headers/original/uapi/linux/
Dflat.h41 unsigned long stack_size; /* Size of stack, in bytes */ member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc35 uptr stack_size; member
Dsanitizer_posix_libcdep.cc96 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() local
Dsanitizer_stoptheworld_linux_libcdep.cc306 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
/external/compiler-rt/lib/asan/
Dasan_thread.h67 uptr stack_size() { return stack_size_; } in stack_size() function
Dasan_win.cc87 void* security, uptr stack_size, in INTERCEPTOR_WINAPI()
Dasan_thread.cc126 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
Dasan_rtl.cc593 uptr tls_addr, tls_size, stack_size; in __asan_handle_no_return() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/lzw/
Dftzopen.h141 FT_Offset stack_size; member
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc87 uptr stack_size = 0; in ThreadStart() local
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c598 unsigned stack_size; in nv50_screen_create() local
/external/valgrind/coregrind/
Dm_translate.c1022 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_PUSH() local
1036 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; in gen_PUSH() local
1116 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_POP() local
/external/valgrind/drd/
Ddrd_thread.h77 SizeT stack_size; /**< Maximum size of stack. */ member
/external/v8/src/base/platform/
Dplatform.h410 int stack_size() const { return stack_size_; } in stack_size() function

12