Home
last modified time | relevance | path

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

12

/external/chromium_org/base/threading/
Dplatform_thread_posix.cc90 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()
Dplatform_thread_win.cc85 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()
Dsimple_thread.h69 size_t stack_size() const { return stack_size_; } in stack_size() function
Dthread.h56 size_t stack_size; member
/external/chromium/base/threading/
Dplatform_thread_posix.cc55 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()
Dplatform_thread_win.cc44 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()
Dsimple_thread.h69 size_t stack_size() const { return stack_size_; } in stack_size() function
Dthread.h42 size_t stack_size; member
/external/clang/test/CodeGen/
D2002-02-14-EntryNodePreds.c25 int stack_size; member
/external/chromium/base/
Dstack_container_unittest.cc33 const int stack_size = 3; in TEST() local
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dstacktrace_x86-inl.h330 int stack_size; variable
/external/compiler-rt/lib/asan/
Dasan_thread.h65 uptr stack_size() { return stack_top_ - stack_bottom_; } in stack_size() function
Dasan_fake_stack.cc77 void FakeStack::Init(uptr stack_size) { in Init()
Dasan_thread.cc148 uptr stack_size = 0, tls_size = 0; in SetThreadStackAndTls() local
/external/chromium_org/base/containers/
Dstack_container_unittest.cc36 const int stack_size = 3; in TEST() local
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
Derror_handling.c217 void *EHRequestExceptionStackOnThread(size_t stack_size) { in EHRequestExceptionStackOnThread()
/external/valgrind/main/coregrind/
Dm_translate.c912 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/
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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_screen.c598 unsigned stack_size; in nv50_screen_create() local
/external/valgrind/main/drd/
Ddrd_thread.h77 SizeT stack_size; /**< Maximum size of stack. */ member
/external/chromium_org/third_party/ots/src/
Dcff_type2_charstring.cc129 const size_t stack_size = argument_stack->size(); in ExecuteType2CharStringOperator() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc259 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
/external/chromium_org/v8/src/
Dplatform.h509 int stack_size() const { return stack_size_; } in stack_size() function
/external/chromium_org/sandbox/win/src/
Dprocess_thread_interception.cc407 SIZE_T stack_size, in TargetCreateThread()

12