blob: 381ec651eefc3dacd1e7c65888139e58ba859bbe (
plain)
1
2
3
4
5
6
7
8
9
10
|
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#define _LIBCPP_BUILDING_EXTERNAL_THREADS
#include <__threading_support>
|