chromium/base/task/thread_pool/environment_config.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/task/thread_pool/environment_config.h"

#include "base/base_switches.h"
#include "base/command_line.h"
#include "base/synchronization/lock.h"
#include "base/threading/platform_thread.h"
#include "build/build_config.h"

namespace base {
namespace internal {

namespace {

bool CanUseBackgroundThreadTypeForWorkerThreadImpl() {}

bool CanUseUtilityThreadTypeForWorkerThreadImpl() {}

}  // namespace

bool CanUseBackgroundThreadTypeForWorkerThread() {}

bool CanUseUtilityThreadTypeForWorkerThread() {}

}  // namespace internal
}  // namespace base