[PATCH] D29630: [libcxx] Threading support: externalize sleep_for()
Joerg Sonnenberger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 8 14:35:46 PST 2017
joerg accepted this revision.
joerg added a comment.
One small issue left, otherwise LGTM.
================
Comment at: include/__threading_support:187
+_LIBCPP_THREAD_ABI_VISIBILITY
+void __libcpp_thread_sleep_for(const chrono::nanoseconds& ns);
+
----------------
Drop the name here.
https://reviews.llvm.org/D29630
More information about the cfe-commits
mailing list