chromium/base/threading/thread_collision_warner.cc

// Copyright 2010 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/threading/thread_collision_warner.h"

#include <ostream>

#include "base/notreached.h"
#include "base/threading/platform_thread.h"

namespace base {

void DCheckAsserter::warn() {}

static subtle::Atomic32 CurrentThread() {}

void ThreadCollisionWarner::EnterSelf() {}

void ThreadCollisionWarner::Enter() {}

void ThreadCollisionWarner::Leave() {}

}  // namespace base