2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-08 23:22:13 +00:00

Merged Boost.Thread from trunk

[SVN r66259]
This commit is contained in:
Anthony Williams
2010-10-29 23:27:00 +00:00
parent 506019dd62
commit 4dc1cb1ba1
9 changed files with 128 additions and 35 deletions

View File

@@ -411,6 +411,7 @@ namespace boost
local_thread_info->interrupt_requested=true;
if(local_thread_info->current_cond)
{
boost::pthread::pthread_mutex_scoped_lock internal_lock(local_thread_info->cond_mutex);
BOOST_VERIFY(!pthread_cond_broadcast(local_thread_info->current_cond));
}
}