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

/external/chromium_org/base/threading/
H A Dplatform_thread_android.cc110 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { function in namespace:base
H A Dplatform_thread_linux.cc102 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { function in namespace:base
H A Dplatform_thread_posix.cc37 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes);
108 stack_size = base::GetDefaultThreadStackSize(attributes);

Completed in 508 milliseconds