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

/external/chromium_org/base/threading/
H A Dplatform_thread_android.cc116 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { function in namespace:base
H A Dplatform_thread_freebsd.cc93 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { function in namespace:base
H A Dplatform_thread_linux.cc109 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 79 milliseconds