/external/libchrome/base/threading/ |
D | platform_thread_posix.cc | 77 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()
|
D | platform_thread.h | 160 static bool Create(size_t stack_size, in Create()
|
D | simple_thread.h | 72 size_t stack_size() const { return stack_size_; } in stack_size() function
|
D | thread.h | 66 size_t stack_size; member
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_fake_stack_test.cc | 48 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/ |
D | background-parsing-task.cc | 13 int stack_size, Isolate* isolate) in BackgroundParsingTask()
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.cc | 24 uptr stack_size = 0; in SetThreadStackAndTls() local
|
/external/valgrind/none/tests/linux/ |
D | pthread-stack.c | 89 const size_t stack_size = 256 * 1024; in main() local
|
/external/valgrind/none/tests/solaris/ |
D | pthread-stack.c | 83 const size_t stack_size = 256 * 1024; in main() local
|
/external/clang/test/CodeGen/ |
D | 2002-02-14-EntryNodePreds.c | 25 int stack_size; member
|
/external/lldb/source/Target/ |
D | Thread.cpp | 1153 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/ |
D | flat.h | 41 unsigned long stack_size; /* Size of stack, in bytes */ member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_unwind_linux_libcdep.cc | 35 uptr stack_size; member
|
D | sanitizer_posix_libcdep.cc | 96 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() local
|
D | sanitizer_stoptheworld_linux_libcdep.cc | 306 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.h | 67 uptr stack_size() { return stack_size_; } in stack_size() function
|
D | asan_win.cc | 87 void* security, uptr stack_size, in INTERCEPTOR_WINAPI()
|
D | asan_thread.cc | 126 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
|
D | asan_rtl.cc | 593 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/ |
D | ftzopen.h | 141 FT_Offset stack_size; member
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 87 uptr stack_size = 0; in ThreadStart() local
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_screen.c | 598 unsigned stack_size; in nv50_screen_create() local
|
/external/valgrind/coregrind/ |
D | m_translate.c | 1022 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/ |
D | drd_thread.h | 77 SizeT stack_size; /**< Maximum size of stack. */ member
|
/external/v8/src/base/platform/ |
D | platform.h | 410 int stack_size() const { return stack_size_; } in stack_size() function
|