[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 18:57:14 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG658c84e4158f: [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

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.449164.patch
Type: text/x-patch
Size: 18273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220802/8342753e/attachment-0001.bin>


More information about the libc-commits mailing list