[libc-commits] [PATCH] D120795: [libc][NFC] Add a platform independent thread support library.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 4 10:33:57 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa5ee8183c049: [libc][NFC] Add a platform independent thread support library. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120795

Files:
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/__mutex_type.h
  libc/include/llvm-libc-types/mtx_t.h
  libc/src/__support/CMakeLists.txt
  libc/src/__support/threads/CMakeLists.txt
  libc/src/__support/threads/linux/CMakeLists.txt
  libc/src/__support/threads/linux/mutex.h
  libc/src/__support/threads/mutex.h
  libc/src/threads/CMakeLists.txt
  libc/src/threads/linux/CMakeLists.txt
  libc/src/threads/linux/CndVar.h
  libc/src/threads/linux/Mutex.h
  libc/src/threads/linux/cnd_wait.cpp
  libc/src/threads/linux/mtx_destroy.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/mtx_destroy.cpp
  libc/src/threads/mtx_init.cpp
  libc/src/threads/mtx_lock.cpp
  libc/src/threads/mtx_unlock.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120795.413066.patch
Type: text/x-patch
Size: 23018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220304/295cccdc/attachment-0001.bin>


More information about the libc-commits mailing list