Skip to content

Commit

Permalink
Update thread from master
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Apr 19, 2018
1 parent b6cd3bd commit 8faabbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/thread
Submodule thread updated 76 files
+184 −0 circle.yml
+22 −1 doc/changes.qbk
+5 −0 include/boost/thread/detail/config.hpp
+2 −0 include/boost/thread/detail/thread.hpp
+10 −1 include/boost/thread/future.hpp
+8 −4 include/boost/thread/pthread/thread_data.hpp
+8 −3 include/boost/thread/win32/thread_data.hpp
+1 −1 include/boost/thread/win32/thread_primitives.hpp
+8 −1 src/future.cpp
+11 −5 src/pthread/thread.cpp
+4 −0 src/win32/thread.cpp
+2 −1 test/Jamfile.v2
+4 −5 test/sync/conditions/condition_variable/wait_for_pass.cpp
+4 −5 test/sync/conditions/condition_variable/wait_for_pred_pass.cpp
+5 −6 test/sync/conditions/condition_variable/wait_until_pass.cpp
+4 −6 test/sync/conditions/condition_variable/wait_until_pred_pass.cpp
+8 −7 test/sync/conditions/condition_variable_any/wait_for_pass.cpp
+10 −9 test/sync/conditions/condition_variable_any/wait_for_pred_pass.cpp
+10 −10 test/sync/conditions/condition_variable_any/wait_until_pass.cpp
+9 −7 test/sync/conditions/condition_variable_any/wait_until_pred_pass.cpp
+9 −8 test/sync/futures/future/wait_for_pass.cpp
+9 −8 test/sync/futures/future/wait_until_pass.cpp
+9 −8 test/sync/futures/shared_future/wait_for_pass.cpp
+9 −8 test/sync/futures/shared_future/wait_until_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/lock_guard/adopt_lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/lock_guard/default_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/lock_guard/make_lock_guard_adopt_lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/lock_guard/make_lock_guard_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/nested_strict_lock/default_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/nested_strict_lock/make_nested_strict_lock_pass.cpp
+4 −7 test/sync/mutual_exclusion/locks/shared_lock/cons/duration_pass.cpp
+3 −7 test/sync/mutual_exclusion/locks/shared_lock/cons/mutex_pass.cpp
+4 −7 test/sync/mutual_exclusion/locks/shared_lock/cons/time_point_pass.cpp
+3 −7 test/sync/mutual_exclusion/locks/shared_lock/cons/try_to_lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/shared_lock/locking/lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/shared_lock_guard/adopt_lock_pass.cpp
+3 −7 test/sync/mutual_exclusion/locks/shared_lock_guard/default_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/strict_lock/default_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/strict_lock/make_strict_lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/unique_lock/cons/duration_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/unique_lock/cons/make_unique_lock_mutex_pass.cpp
+6 −9 test/sync/mutual_exclusion/locks/unique_lock/cons/make_unique_lock_try_to_lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/unique_lock/cons/make_unique_locks_mutex_pass.cpp
+3 −8 test/sync/mutual_exclusion/locks/unique_lock/cons/mutex_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/unique_lock/cons/time_point_pass.cpp
+3 −8 test/sync/mutual_exclusion/locks/unique_lock/cons/try_to_lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/unique_lock/locking/lock_pass.cpp
+4 −7 test/sync/mutual_exclusion/locks/upgrade_lock/cons/duration_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/upgrade_lock/cons/mutex_pass.cpp
+4 −7 test/sync/mutual_exclusion/locks/upgrade_lock/cons/time_point_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/upgrade_lock/cons/try_to_lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/locks/upgrade_lock/locking/lock_pass.cpp
+3 −7 test/sync/mutual_exclusion/mutex/lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/mutex/try_lock_pass.cpp
+3 −8 test/sync/mutual_exclusion/null_mutex/lock_pass.cpp
+3 −7 test/sync/mutual_exclusion/null_mutex/try_lock_for_pass.cpp
+3 −6 test/sync/mutual_exclusion/null_mutex/try_lock_pass.cpp
+3 −6 test/sync/mutual_exclusion/null_mutex/try_lock_until_pass.cpp
+3 −6 test/sync/mutual_exclusion/recursive_mutex/lock_pass.cpp
+3 −8 test/sync/mutual_exclusion/recursive_mutex/try_lock_pass.cpp
+3 −8 test/sync/mutual_exclusion/recursive_timed_mutex/lock_pass.cpp
+4 −8 test/sync/mutual_exclusion/recursive_timed_mutex/try_lock_for_pass.cpp
+3 −8 test/sync/mutual_exclusion/recursive_timed_mutex/try_lock_pass.cpp
+4 −7 test/sync/mutual_exclusion/recursive_timed_mutex/try_lock_until_pass.cpp
+3 −6 test/sync/mutual_exclusion/shared_mutex/lock_pass.cpp
+4 −7 test/sync/mutual_exclusion/shared_mutex/try_lock_for_pass.cpp
+3 −6 test/sync/mutual_exclusion/shared_mutex/try_lock_pass.cpp
+4 −7 test/sync/mutual_exclusion/shared_mutex/try_lock_until_pass.cpp
+14 −16 test/sync/mutual_exclusion/sync_pq/pq_single_thread_pass.cpp
+3 −6 test/sync/mutual_exclusion/timed_mutex/lock_pass.cpp
+4 −7 test/sync/mutual_exclusion/timed_mutex/try_lock_for_pass.cpp
+3 −6 test/sync/mutual_exclusion/timed_mutex/try_lock_pass.cpp
+4 −7 test/sync/mutual_exclusion/timed_mutex/try_lock_until_pass.cpp
+77 −0 test/test_13480b.cpp
+0 −3 test/test_shared_mutex_timed_locks_chrono.cpp
+26 −0 test/timming.hpp

0 comments on commit 8faabbd

Please sign in to comment.