[all-commits] [llvm/llvm-project] abc040: [libc] Add linux implementations of thrd_create an...

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu Mar 5 13:56:25 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: abc040e9533011a62a25c93b07b4fc31c8a641f7
      https://github.com/llvm/llvm-project/commit/abc040e9533011a62a25c93b07b4fc31c8a641f7
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M libc/config/linux/api.td
    A libc/config/linux/threads.h.in
    M libc/include/CMakeLists.txt
    M libc/include/threads.h.def
    M libc/lib/CMakeLists.txt
    M libc/src/CMakeLists.txt
    A libc/src/threads/CMakeLists.txt
    A libc/src/threads/linux/CMakeLists.txt
    A libc/src/threads/linux/thrd_create.cpp
    A libc/src/threads/linux/thrd_join.cpp
    A libc/src/threads/linux/thread_utils.h
    A libc/src/threads/thrd_create.h
    A libc/src/threads/thrd_join.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/threads/CMakeLists.txt
    A libc/test/src/threads/thrd_test.cpp

  Log Message:
  -----------
  [libc] Add linux implementations of thrd_create and thrd_join functions.

Reviewers: abrachet, phosek

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




More information about the All-commits mailing list