[libc-commits] [PATCH] D74653: [libc] Add simple implementations of mtx_lock and mtx_unlock.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 19 10:49:03 PST 2020


sivachandra updated this revision to Diff 245466.
sivachandra marked 6 inline comments as done.
sivachandra added a comment.

Address comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74653/new/

https://reviews.llvm.org/D74653

Files:
  libc/config/linux/api.td
  libc/config/public_api.td
  libc/include/CMakeLists.txt
  libc/include/threads.h.def
  libc/lib/CMakeLists.txt
  libc/spec/linux.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/threads/CMakeLists.txt
  libc/src/threads/linux/CMakeLists.txt
  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/mutex.h
  libc/src/threads/mtx_init.h
  libc/src/threads/mtx_lock.h
  libc/src/threads/mtx_unlock.h
  libc/test/src/CMakeLists.txt
  libc/test/src/threads/CMakeLists.txt
  libc/test/src/threads/linux/CMakeLists.txt
  libc/test/src/threads/linux/mtx_test.cpp
  libc/utils/HdrGen/PublicAPICommand.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74653.245466.patch
Type: text/x-patch
Size: 23947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200219/98f8c18c/attachment-0001.bin>


More information about the libc-commits mailing list