Home
last modified time | relevance | path

Searched defs:GetDefaultThreadStackSize (Results 1 – 12 of 12) sorted by relevance

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/threading/
Dplatform_thread_linux_for_testing.cc16 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
Dplatform_thread_fuchsia_for_testing.cc16 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
Dplatform_thread_android_for_testing.cc20 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
Dplatform_thread_posix_for_testing.cc143 size_t PlatformThreadForTesting::GetDefaultThreadStackSize() { in GetDefaultThreadStackSize() function in partition_alloc::internal::base::PlatformThreadForTesting
/external/libchrome/base/threading/
Dplatform_thread_android.cc86 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
Dplatform_thread_linux.cc174 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
/external/cronet/base/threading/
Dplatform_thread_android.cc113 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
Dplatform_thread_fuchsia.cc82 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
Dplatform_thread_posix.cc418 size_t PlatformThread::GetDefaultThreadStackSize() { in GetDefaultThreadStackSize() function in base::PlatformThread
Dplatform_thread_win.cc570 size_t PlatformThread::GetDefaultThreadStackSize() { in GetDefaultThreadStackSize() function in base::PlatformThread
Dplatform_thread_linux.cc493 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
Dplatform_thread_unittest.cc541 TEST(PlatformThreadTest, GetDefaultThreadStackSize) { in TEST() argument