[libc-commits] [PATCH] D75380: [libc] Add linux implementations of thrd_create and thrd_join functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 2 12:03:50 PST 2020


sivachandra updated this revision to Diff 247703.
sivachandra marked 10 inline comments as done.
sivachandra added a comment.

Address comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75380

Files:
  libc/config/linux/api.td
  libc/config/linux/threads.h.in
  libc/include/CMakeLists.txt
  libc/include/threads.h.def
  libc/lib/CMakeLists.txt
  libc/src/CMakeLists.txt
  libc/src/threads/CMakeLists.txt
  libc/src/threads/linux/CMakeLists.txt
  libc/src/threads/linux/thrd_create.cpp
  libc/src/threads/linux/thrd_join.cpp
  libc/src/threads/linux/thread_utils.h
  libc/src/threads/thrd_create.h
  libc/src/threads/thrd_join.h
  libc/test/src/CMakeLists.txt
  libc/test/src/threads/CMakeLists.txt
  libc/test/src/threads/linux/CMakeLists.txt
  libc/test/src/threads/linux/thrd_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75380.247703.patch
Type: text/x-patch
Size: 14668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200302/4adb49fb/attachment.bin>


More information about the libc-commits mailing list