[libc-commits] [PATCH] D129729: [libc] Add implementations of pthread_equal and pthread_self.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 13 21:16:22 PDT 2022


sivachandra created this revision.
sivachandra added reviewers: michaelrj, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129729

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/loader/linux/x86_64/CMakeLists.txt
  libc/loader/linux/x86_64/start.cpp
  libc/spec/posix.td
  libc/spec/stdc.td
  libc/src/__support/threads/linux/thread.cpp
  libc/src/__support/threads/thread.cpp
  libc/src/__support/threads/thread.h
  libc/src/pthread/CMakeLists.txt
  libc/src/pthread/pthread_equal.cpp
  libc/src/pthread/pthread_equal.h
  libc/src/pthread/pthread_join.cpp
  libc/src/pthread/pthread_self.cpp
  libc/src/pthread/pthread_self.h
  libc/src/threads/CMakeLists.txt
  libc/src/threads/thrd_current.cpp
  libc/src/threads/thrd_current.h
  libc/src/threads/thrd_equal.cpp
  libc/src/threads/thrd_equal.h
  libc/test/integration/src/pthread/CMakeLists.txt
  libc/test/integration/src/pthread/pthread_equal_test.cpp
  libc/test/integration/src/threads/CMakeLists.txt
  libc/test/integration/src/threads/thrd_equal_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129729.444513.patch
Type: text/x-patch
Size: 22848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220714/f84748e8/attachment-0001.bin>


More information about the libc-commits mailing list