/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/ |
D | platform_thread_posix_for_testing.cc | 37 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes); 80 stack_size = base::GetDefaultThreadStackSize(attributes); in CreateThread() 142 size_t PlatformThreadForTesting::GetDefaultThreadStackSize() { in GetDefaultThreadStackSize() function in partition_alloc::internal::base::PlatformThreadForTesting 145 return base::GetDefaultThreadStackSize(attributes); in GetDefaultThreadStackSize()
|
D | platform_thread_fuchsia_for_testing.cc | 17 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
D | platform_thread_linux_for_testing.cc | 17 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
D | platform_thread_android_for_testing.cc | 21 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
D | platform_thread_for_testing.h | 66 static size_t GetDefaultThreadStackSize();
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/ |
D | platform_thread_posix_for_testing.cc | 37 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes); 80 stack_size = base::GetDefaultThreadStackSize(attributes); in CreateThread() 142 size_t PlatformThreadForTesting::GetDefaultThreadStackSize() { in GetDefaultThreadStackSize() function in partition_alloc::internal::base::PlatformThreadForTesting 145 return base::GetDefaultThreadStackSize(attributes); in GetDefaultThreadStackSize()
|
D | platform_thread_fuchsia_for_testing.cc | 17 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
D | platform_thread_android_for_testing.cc | 21 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
D | platform_thread_linux_for_testing.cc | 17 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
D | platform_thread_for_testing.h | 66 static size_t GetDefaultThreadStackSize();
|
/external/cronet/stable/base/threading/ |
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()
|
D | platform_thread_linux_base.cc | 11 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
D | platform_thread_android.cc | 115 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
/external/cronet/tot/base/threading/ |
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()
|
D | platform_thread_linux_base.cc | 11 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
/external/libchrome/base/threading/ |
D | platform_thread_posix.cc | 40 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes); 104 stack_size = base::GetDefaultThreadStackSize(attributes); in CreateThread()
|
D | platform_thread_android.cc | 86 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function
|
/external/cronet/stable/base/profiler/ |
D | stack_sampler_mac.cc | 46 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
D | stack_sampler_android.cc | 34 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
D | stack_sampler_ios.cc | 57 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
D | stack_sampler_posix.cc | 60 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
/external/cronet/tot/base/profiler/ |
D | stack_sampler_mac.cc | 46 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
D | stack_sampler_android.cc | 34 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
D | stack_sampler_ios.cc | 57 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|
D | stack_sampler_posix.cc | 60 size_t stack_size = PlatformThread::GetDefaultThreadStackSize(); in GetStackBufferSize()
|