[libc-commits] [PATCH] D108749: [libc][NFC] Move the mutex implementation into a utility class.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 26 11:49:41 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG004c7b1da6cf: [libc][NFC] Move the mutex implementation into a utility class. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108749/new/
https://reviews.llvm.org/D108749
Files:
libc/src/threads/linux/CMakeLists.txt
libc/src/threads/linux/Futex.h
libc/src/threads/linux/Mutex.h
libc/src/threads/linux/Thread.h
libc/src/threads/linux/call_once.cpp
libc/src/threads/linux/mtx_init.cpp
libc/src/threads/linux/mtx_lock.cpp
libc/src/threads/linux/mtx_unlock.cpp
libc/src/threads/linux/thrd_create.cpp
libc/src/threads/linux/thrd_join.cpp
libc/src/threads/linux/thread_utils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108749.368951.patch
Type: text/x-patch
Size: 16236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210826/95765b6d/attachment.bin>
More information about the libc-commits
mailing list