2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-11 12:12:12 +00:00

Thread: refactor make_ready_at_thread_exit + inhibit at_thread_exit functions from external threads.

[SVN r85732]
This commit is contained in:
Vicente J. Botet Escriba
2013-09-17 20:57:46 +00:00
parent 7f479a1dec
commit 5c78582794
4 changed files with 60 additions and 14 deletions

View File

@@ -754,5 +754,16 @@ namespace boost
current_thread_data->notify_all_at_thread_exit(&cond, lk.release());
}
}
//namespace detail {
//
// void BOOST_THREAD_DECL make_ready_at_thread_exit(shared_ptr<shared_state_base> as)
// {
// detail::thread_data_base* const current_thread_data(detail::get_current_thread_data());
// if(current_thread_data)
// {
// current_thread_data->make_ready_at_thread_exit(as);
// }
// }
//}
}