[PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 09:16:18 PDT 2016
rmaprath updated this revision to Diff 55425.
rmaprath added a comment.
Addressing review comments by @mclow.lists:
- Switched to `_LIBCPP_ALWAYS_INLINE` from `_LIBCPP_INLINE_VISIBILITY` for all `__os_xxx` functions.
I've left the remaining points (naming of `__os_support` header and initialization of internal mutex / condition_variable instances) untouched pending further discussion.
/ Asiri
http://reviews.llvm.org/D19412
Files:
include/__config
include/__mutex_base
include/__os_support
include/mutex
include/thread
src/algorithm.cpp
src/condition_variable.cpp
src/memory.cpp
src/mutex.cpp
src/thread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19412.55425.patch
Type: text/x-patch
Size: 24651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160428/e7bd53b2/attachment-0001.bin>
More information about the cfe-commits
mailing list