2008-12-17 15:59:43 +00:00
|
|
|
/*
|
2011-07-28 14:26:00 +00:00
|
|
|
* Copyright 2006 The Android Open Source Project
|
2008-12-17 15:59:43 +00:00
|
|
|
*
|
2011-07-28 14:26:00 +00:00
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
2008-12-17 15:59:43 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SkThread_DEFINED
|
|
|
|
#define SkThread_DEFINED
|
|
|
|
|
2015-02-02 20:22:07 +00:00
|
|
|
// TODO: delete this file, or maybe move the definition of SkThread here.
|
2008-12-17 15:59:43 +00:00
|
|
|
|
2015-01-21 21:13:31 +00:00
|
|
|
#include "SkAtomics.h"
|
|
|
|
#include "SkMutex.h"
|
2008-12-17 15:59:43 +00:00
|
|
|
|
|
|
|
#endif
|