[libcxx-commits] [PATCH] D112319: [NFC][libcxx] Clean up std::__call_once

Daniel McIntosh via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 22 08:17:48 PDT 2021


DanielMcIntosh-IBM created this revision.
DanielMcIntosh-IBM added reviewers: rmaprath, ldionne, jroelofs, thakis.
DanielMcIntosh-IBM requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

`__call_once` is large and cluttered with `#ifdef` preprocessor guards. This
cleans it up a bit by splitting it up into smaller, easier to digest functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112319

Files:
  libcxx/src/mutex.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112319.381556.patch
Type: text/x-patch
Size: 3507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211022/e920447a/attachment.bin>


More information about the libcxx-commits mailing list