| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| call_once | ||
| condition_variable | ||
| condition_variable_any/cons | ||
| headers | ||
| lock_guard/requirements | ||
| mutex | ||
| recursive_mutex | ||
| recursive_timed_mutex | ||
| thread | ||
| timed_mutex | ||
| try_lock | ||
| unique_lock |
2009-01-29 Jonathan Wakely <jwakely.gcc@gmail.com> * include/std/thread: Remove unused headers. (__thread_data_base): Remove unused mutex and base. (thread::~thread): Only detach if joinable. (thread::joinable): Test if thread data ptr is empty. (thread::_M_thread_data_mutex): Remove. (thread::_M_get_thread_data): Remove. (thread::_M_make_thread_data): Remove overload, use make_shared. (thread::id::id): Make constructor explicit. * src/thread.cc (thread::join,thread::detach): Throw if not joinable. (thread::_M_start_thread): Break shared_ptr cycle on error. (__thread_proxy): Use shared_ptr swap instead of copy and reset. * testsuite/30_threads/thread/member/4.cc: New. * testsuite/30_threads/thread/member/5.cc: New. From-SVN: r143772
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| call_once | Loading commit data... | |
| condition_variable | Loading commit data... | |
| condition_variable_any/cons | Loading commit data... | |
| headers | Loading commit data... | |
| lock_guard/requirements | Loading commit data... | |
| mutex | Loading commit data... | |
| recursive_mutex | Loading commit data... | |
| recursive_timed_mutex | Loading commit data... | |
| thread | Loading commit data... | |
| timed_mutex | Loading commit data... | |
| try_lock | Loading commit data... | |
| unique_lock | Loading commit data... |