/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/ |
H A D | platform_thread_posix_for_testing.cc | 38 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes); 81 stack_size = base::GetDefaultThreadStackSize(attributes); in CreateThread() 143 size_t PlatformThreadForTesting::GetDefaultThreadStackSize() { in GetDefaultThreadStackSize() function in partition_alloc::internal::base::PlatformThreadForTesting 146 return base::GetDefaultThreadStackSize(attributes); in GetDefaultThreadStackSize()
|
H A D | platform_thread_fuchsia_for_testing.cc | 17 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
H A D | platform_thread_linux_for_testing.cc | 17 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
H A D | platform_thread_android_for_testing.cc | 21 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
H A D | platform_thread_for_testing.h | 66 static size_t GetDefaultThreadStackSize();
|
H A D | platform_thread_apple_for_testing.mm | 54 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) {
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | platform_thread_posix.cc | 56 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes); 134 stack_size = base::GetDefaultThreadStackSize(attributes); in CreateThread() 420 size_t PlatformThreadBase::GetDefaultThreadStackSize() { in GetDefaultThreadStackSize() function in base::PlatformThreadBase 423 return base::GetDefaultThreadStackSize(attributes); in GetDefaultThreadStackSize()
|
H A D | platform_thread_linux_base.cc | 11 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
H A D | platform_thread_android.cc | 116 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
H A D | platform_thread_fuchsia.cc | 82 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
H A D | platform_thread_unittest.cc | 548 TEST(PlatformThreadTest, GetDefaultThreadStackSize) { in TEST() argument 549 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in TEST()
|
H A D | platform_thread.h | 273 static size_t GetDefaultThreadStackSize();
|
H A D | platform_thread_win.cc | 583 size_t PlatformThread::GetDefaultThreadStackSize() { in GetDefaultThreadStackSize() function in base::PlatformThread
|
H A D | platform_thread_apple.mm | 366 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) {
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | platform_thread_posix.cc | 40 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes); 104 stack_size = base::GetDefaultThreadStackSize(attributes); in CreateThread()
|
H A D | platform_thread_android.cc | 86 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
H A D | platform_thread_linux.cc | 174 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | stack_sampler_android.cc | 34 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
H A D | stack_sampler_mac.cc | 46 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
H A D | stack_sampler_ios.cc | 57 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
H A D | stack_sampler_posix.cc | 60 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|