[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
Mon Mar 9 22:38:52 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG550be40515df: [libc] Add simple implementations of mtx_lock and mtx_unlock. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D74653?vs=247353&id=249277#toc

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/lib/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/thread_utils.h
  libc/src/threads/mtx_init.h
  libc/src/threads/mtx_lock.h
  libc/src/threads/mtx_unlock.h
  libc/test/src/threads/CMakeLists.txt
  libc/test/src/threads/mtx_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74653.249277.patch
Type: text/x-patch
Size: 14691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200310/a1697905/attachment-0001.bin>


More information about the libc-commits mailing list