HomeSort by relevance Sort by last modified time
    Searched refs:GetDefaultThreadStackSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/threading/
platform_thread_android.cc 110 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) {
platform_thread_linux.cc 102 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) {
platform_thread_posix.cc 37 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes);
108 stack_size = base::GetDefaultThreadStackSize(attributes);

Completed in 280 milliseconds