/external/chromium_org/base/threading/ |
D | platform_thread_posix.cc | 90 bool CreateThread(size_t stack_size, bool joinable, in CreateThread() 196 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create() 204 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority() 213 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
|
D | platform_thread_win.cc | 85 bool CreateThreadInternal(size_t stack_size, in CreateThreadInternal() 175 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create() 182 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority() 192 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
|
D | simple_thread.h | 69 size_t stack_size() const { return stack_size_; } in stack_size() function
|
D | thread.h | 56 size_t stack_size; member
|
/external/chromium/base/threading/ |
D | platform_thread_posix.cc | 55 bool CreateThread(size_t stack_size, bool joinable, in CreateThread() 201 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create() 208 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
|
D | platform_thread_win.cc | 44 bool CreateThreadInternal(size_t stack_size, in CreateThreadInternal() 116 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create() 123 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
|
D | simple_thread.h | 69 size_t stack_size() const { return stack_size_; } in stack_size() function
|
D | thread.h | 42 size_t stack_size; member
|
/external/clang/test/CodeGen/ |
D | 2002-02-14-EntryNodePreds.c | 25 int stack_size; member
|
/external/chromium/base/ |
D | stack_container_unittest.cc | 33 const int stack_size = 3; in TEST() local
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | stacktrace_x86-inl.h | 330 int stack_size; variable
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.h | 65 uptr stack_size() { return stack_top_ - stack_bottom_; } in stack_size() function
|
D | asan_fake_stack.cc | 77 void FakeStack::Init(uptr stack_size) { in Init()
|
D | asan_thread.cc | 148 uptr stack_size = 0, tls_size = 0; in SetThreadStackAndTls() local
|
/external/chromium_org/base/containers/ |
D | stack_container_unittest.cc | 36 const int stack_size = 3; in TEST() local
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
D | error_handling.c | 217 void *EHRequestExceptionStackOnThread(size_t stack_size) { in EHRequestExceptionStackOnThread()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 912 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_PUSH() local 926 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; in gen_PUSH() local 1006 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_POP() local
|
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
D | nv50_screen.c | 598 unsigned stack_size; in nv50_screen_create() local
|
/external/valgrind/main/drd/ |
D | drd_thread.h | 77 SizeT stack_size; /**< Maximum size of stack. */ member
|
/external/chromium_org/third_party/ots/src/ |
D | cff_type2_charstring.cc | 129 const size_t stack_size = argument_stack->size(); in ExecuteType2CharStringOperator() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 259 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
|
/external/chromium_org/v8/src/ |
D | platform.h | 509 int stack_size() const { return stack_size_; } in stack_size() function
|
/external/chromium_org/sandbox/win/src/ |
D | process_thread_interception.cc | 407 SIZE_T stack_size, in TargetCreateThread()
|