[all-commits] [llvm/llvm-project] 658c84: [libc] Add GNU extension functions pthread_setname...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Aug 1 18:57:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 658c84e4158fc185ff68e8399d0a149bde98a489
      https://github.com/llvm/llvm-project/commit/658c84e4158fc185ff68e8399d0a149bde98a489
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

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

  Log Message:
  -----------
  [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.

Reviewed By: michaelrj, lntue

Differential Revision: https://reviews.llvm.org/D130872




More information about the All-commits mailing list