Home
last modified time | relevance | path

Searched refs:GetDefaultThreadStackSize (Results 1 – 2 of 2) 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_linux.cc174 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { in GetDefaultThreadStackSize() function