[all-commits] [llvm/llvm-project] 0baf0e: [libc] Add implementation of call_once from thread...

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu May 28 23:46:40 PDT 2020


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

  Changed paths:
    M libc/config/linux/api.td
    M libc/lib/CMakeLists.txt
    M libc/spec/stdc.td
    M libc/src/threads/CMakeLists.txt
    A libc/src/threads/call_once.h
    M libc/src/threads/linux/CMakeLists.txt
    A libc/src/threads/linux/call_once.cpp
    M libc/test/src/threads/CMakeLists.txt
    A libc/test/src/threads/call_once_test.cpp

  Log Message:
  -----------
  [libc] Add implementation of call_once from threads.h.

Reviewers: abrachet, maskray

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




More information about the All-commits mailing list