[libc-commits] [libc] [libc][pthreads] pthread_cond_{destroy|init|signal|wait} (PR #88583)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Apr 16 14:14:55 PDT 2024
================
@@ -175,6 +175,8 @@ def PThreadAPI : PublicAPI<"pthread.h"> {
"__pthread_start_t",
"__pthread_tss_dtor_t",
"pthread_attr_t",
+ "pthread_cond_t",
+ "pthread_condattr_t",
----------------
nickdesaulniers wrote:
It might be nice to land https://github.com/llvm/llvm-project/pull/88987 then rebase this PR on top of that. Marking this as draft for now.
https://github.com/llvm/llvm-project/pull/88583
More information about the libc-commits
mailing list