[libcxx-commits] [libcxx] [libc++] remove yield from atomic::wait (PR #120012)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 10 10:31:01 PST 2025
================
@@ -0,0 +1,94 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef ATOMIC_WAIT_HELPER_H
+#define ATOMIC_WAIT_HELPER_H
----------------
ldionne wrote:
```suggestion
#ifndef TEST_BENCHMARKS_ATOMIC_WAIT_HELPER_H
#define TEST_BENCHMARKS_ATOMIC_WAIT_HELPER_H
```
https://github.com/llvm/llvm-project/pull/120012
More information about the libcxx-commits
mailing list