LLVM OpenMP* Runtime Library
src
kmp_os.h
1
/*
2
* kmp_os.h -- KPTS runtime header file.
3
*/
4
5
//===----------------------------------------------------------------------===//
6
//
7
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
8
// See https://llvm.org/LICENSE.txt for license information.
9
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef KMP_OS_H
14
#define KMP_OS_H
15
16
#include "kmp_config.h"
17
#include <atomic>
18
#include <stdarg.h>
19