[all-commits] [llvm/llvm-project] 8379fc: [libc] Add implementations of the C standard condi...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Sep 28 14:19:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8379fc4a53cfd9e1a0280d60908ad4a171ad977d
https://github.com/llvm/llvm-project/commit/8379fc4a53cfd9e1a0280d60908ad4a171ad977d
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M libc/src/threads/linux/CMakeLists.txt
A libc/src/threads/linux/CndVar.h
M libc/src/threads/linux/cnd_broadcast.cpp
M libc/src/threads/linux/cnd_destroy.cpp
M libc/src/threads/linux/cnd_init.cpp
M libc/src/threads/linux/cnd_signal.cpp
M libc/src/threads/linux/cnd_wait.cpp
M libc/test/src/threads/CMakeLists.txt
A libc/test/src/threads/cnd_test.cpp
Log Message:
-----------
[libc] Add implementations of the C standard condition variable functions.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D108948
More information about the All-commits
mailing list