[all-commits] [llvm/llvm-project] 7a2a76: [libc] Add mtx_destroy which does nothing.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Aug 30 13:48:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a2a765745973ebeb041276d2d9489a000ba9371
https://github.com/llvm/llvm-project/commit/7a2a765745973ebeb041276d2d9489a000ba9371
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/stdc.td
M libc/src/threads/CMakeLists.txt
M libc/src/threads/linux/CMakeLists.txt
A libc/src/threads/linux/mtx_destroy.cpp
A libc/src/threads/mtx_destroy.h
M libc/test/src/threads/CMakeLists.txt
M libc/test/src/threads/call_once_test.cpp
M libc/test/src/threads/mtx_test.cpp
Log Message:
-----------
[libc] Add mtx_destroy which does nothing.
There is not cleanup to be done for the mutex type so mtx_destroy does
nothing.
More information about the All-commits
mailing list