Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_posix.cc34 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes);
98 stack_size = base::GetDefaultThreadStackSize(attributes); in CreateThread()
Dplatform_thread_linux.cc97 size_t GetDefaultThreadStackSize(const pthread_attr_t& /*attributes*/) { in GetDefaultThreadStackSize() function
Dplatform_thread_mac.mm209 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) {