comparison libsanitizer/tsan/tsan_mutex.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 //===-- tsan_mutex.h --------------------------------------------*- C++ -*-===// 1 //===-- tsan_mutex.h --------------------------------------------*- C++ -*-===//
2 // 2 //
3 // This file is distributed under the University of Illinois Open Source 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // License. See LICENSE.TXT for details. 4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5 // 6 //
6 //===----------------------------------------------------------------------===// 7 //===----------------------------------------------------------------------===//
7 // 8 //
8 // This file is a part of ThreadSanitizer (TSan), a race detector. 9 // This file is a part of ThreadSanitizer (TSan), a race detector.
9 // 10 //