[libc-commits] [PATCH] D79828: [libc] Add implementation of call_once from threads.h.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 21 17:21:26 PDT 2020


sivachandra updated this revision to Diff 265647.
sivachandra added a comment.

Make syscall only if required.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79828

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79828.265647.patch
Type: text/x-patch
Size: 11290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200522/7097cb64/attachment.bin>


More information about the libc-commits mailing list