[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
Wed May 13 15:51:33 PDT 2020


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

Synchronize callers to the return from the called function.


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.263873.patch
Type: text/x-patch
Size: 11282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200513/47adcb9d/attachment.bin>


More information about the libc-commits mailing list