summaryrefslogtreecommitdiff
path: root/src/xenia/base/threading_linux.cc
blob: 3535f3011bd7935a63b150a6841f3155c15607c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 ******************************************************************************
 * Xenia : Xbox 360 Emulator Research Project                                 *
 ******************************************************************************
 * Copyright 2015 Ben Vanik. All rights reserved.                             *
 * Released under the BSD license - see LICENSE in the root for more details. *
 ******************************************************************************
 */

#include "xenia/base/threading.h"

#include <pthread.h>
#include <time.h>

namespace xe {
namespace threading {}  // namespace threading
}  // namespace xe