[PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 10:53:33 PDT 2016
rmaprath updated this revision to Diff 55443.
rmaprath added a comment.
Renamed `__os_support` to `__threading_support` as suggested by @mclow.lists and @bcraig. I've left the namespace name `__libcpp_os_support` untouched, can change it to `__libcpp_threading_support` if the latter is preferred.
Thanks!
/ Asiri
http://reviews.llvm.org/D19412
Files:
include/__config
include/__mutex_base
include/__threading_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.55443.patch
Type: text/x-patch
Size: 24686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160428/34ab89b5/attachment-0001.bin>
More information about the cfe-commits
mailing list