[libc-commits] [PATCH] D130872: [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 1 00:39:47 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/D130872

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/gnu_ext.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/src/__support/CPP/stringstream.h
  libc/src/__support/threads/CMakeLists.txt
  libc/src/__support/threads/linux/CMakeLists.txt
  libc/src/__support/threads/linux/thread.cpp
  libc/src/__support/threads/thread.h
  libc/src/pthread/CMakeLists.txt
  libc/src/pthread/pthread_getname_np.cpp
  libc/src/pthread/pthread_getname_np.h
  libc/src/pthread/pthread_setname_np.cpp
  libc/src/pthread/pthread_setname_np.h
  libc/test/integration/src/pthread/CMakeLists.txt
  libc/test/integration/src/pthread/pthread_name_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130872.448935.patch
Type: text/x-patch
Size: 18273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220801/c19cd3d7/attachment-0001.bin>


More information about the libc-commits mailing list