Home
last modified time | relevance | path

Searched refs:GetDefaultThreadStackSize (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/threading/
Dplatform_thread_posix.cc40 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes);
104 stack_size = base::GetDefaultThreadStackSize(attributes); in CreateThread()
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