mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 22:16:05 +00:00

Refactor the header to allow us to implement alternate threading models with alternate data structures. Take the opportunity to clang-format the area. This will allow us to avoid re-declaring the interfaces for Win32 threading. NFC llvm-svn: 290850
11 lines
426 B
C++
11 lines
426 B
C++
//===----------------------------------------------------------------------===//
|
|
//
|
|
// 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_HAS_THREAD_API_PTHREAD
|
|
#include <__threading_support>
|