Use protected name for the prototype arguments.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -184,7 +184,7 @@ _LIBCPP_THREAD_ABI_VISIBILITY
|
|||||||
void __libcpp_thread_yield();
|
void __libcpp_thread_yield();
|
||||||
|
|
||||||
_LIBCPP_THREAD_ABI_VISIBILITY
|
_LIBCPP_THREAD_ABI_VISIBILITY
|
||||||
void __libcpp_thread_sleep_for(const chrono::nanoseconds& ns);
|
void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns);
|
||||||
|
|
||||||
// Thread local storage
|
// Thread local storage
|
||||||
_LIBCPP_THREAD_ABI_VISIBILITY
|
_LIBCPP_THREAD_ABI_VISIBILITY
|
||||||
|
|||||||
@@ -424,7 +424,7 @@ void swap(thread& __x, thread& __y) _NOEXCEPT {__x.swap(__y);}
|
|||||||
namespace this_thread
|
namespace this_thread
|
||||||
{
|
{
|
||||||
|
|
||||||
_LIBCPP_FUNC_VIS void sleep_for(const chrono::nanoseconds& ns);
|
_LIBCPP_FUNC_VIS void sleep_for(const chrono::nanoseconds& __ns);
|
||||||
|
|
||||||
template <class _Rep, class _Period>
|
template <class _Rep, class _Period>
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user