[all-commits] [llvm/llvm-project] 0071a7: [libc] Add implementation of pthread_exit and thrd...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Aug 9 23:29:16 PDT 2022


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

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/loader/linux/x86_64/start.cpp
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/__support/threads/CMakeLists.txt
    M libc/src/__support/threads/linux/thread.cpp
    M libc/src/__support/threads/thread.cpp
    M libc/src/__support/threads/thread.h
    M libc/src/pthread/CMakeLists.txt
    A libc/src/pthread/pthread_exit.cpp
    A libc/src/pthread/pthread_exit.h
    M libc/src/threads/CMakeLists.txt
    A libc/src/threads/thrd_exit.cpp
    A libc/src/threads/thrd_exit.h
    M libc/test/integration/src/pthread/CMakeLists.txt
    A libc/test/integration/src/pthread/pthread_exit_test.cpp
    M libc/test/integration/src/threads/CMakeLists.txt
    A libc/test/integration/src/threads/thrd_exit_test.cpp

  Log Message:
  -----------
  [libc] Add implementation of pthread_exit and thrd_exit.

Reviewed By: michaelrj

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




More information about the All-commits mailing list