[libc-commits] [libc] [libc] add spin lock family functions (PR #100509)

via libc-commits libc-commits at lists.llvm.org
Tue Aug 6 20:07:57 PDT 2024


================
@@ -0,0 +1,21 @@
+//===-- Implementation header for pthread_spin_destroy function --*- C++-*-===//
+//
+// 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 LLVM_LIBC_SRC_PTHREAD_PTHREAD_SPIN_DESTROY_H
+#define LLVM_LIBC_SRC_PTHREAD_PTHREAD_SPIN_DESTROY_H
+
+#include "src/__support/macros/config.h"
+#include <pthread.h>
----------------
lntue wrote:

Do we have any issues created for pthread's proxy headers yet?

https://github.com/llvm/llvm-project/pull/100509


More information about the libc-commits mailing list