[libc-commits] [PATCH] D123287: [libc] Add a linux Thread class in __support/threads.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 7 09:13:49 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2ce09e680a7d: [libc] Add a linux Thread class in __support/threads. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123287

Files:
  libc/include/llvm-libc-types/thrd_t.h
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/CPP/error.h
  libc/src/__support/threads/CMakeLists.txt
  libc/src/__support/threads/linux/CMakeLists.txt
  libc/src/__support/threads/linux/futex_word.h
  libc/src/__support/threads/linux/mutex.h
  libc/src/__support/threads/linux/thread.h
  libc/src/__support/threads/thread.h
  libc/src/__support/threads/thread_attrib.h
  libc/src/threads/CMakeLists.txt
  libc/src/threads/linux/CMakeLists.txt
  libc/src/threads/linux/CndVar.h
  libc/src/threads/linux/Thread.h
  libc/src/threads/linux/thrd_create.cpp
  libc/src/threads/linux/thrd_join.cpp
  libc/src/threads/thrd_create.cpp
  libc/src/threads/thrd_create.h
  libc/src/threads/thrd_join.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123287.421238.patch
Type: text/x-patch
Size: 33644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220407/3203e2de/attachment-0001.bin>


More information about the libc-commits mailing list