thread/test
2017-09-17 08:51:10 -04:00
..
experimental/parallel Don't lock while storing the exception_ptr list as only the task_region thread can do it. 2015-03-16 08:41:04 +01:00
functional rename async_func.hpp to invoker.hpp. 2016-07-26 16:07:29 +08:00
sync Removed executable attribute. 2017-09-17 08:51:10 -04:00
threads fix issue throw() noexcept issue. 2017-04-29 16:14:41 +02:00
Carbon.r Fix some compilation problems on Win32 platforms because of inconsistent line-endings. 2004-07-17 04:33:59 +00:00
condition_test_common.hpp Thread: deprecate nested scoped locks and DateTime based timed fuctions 2012-11-10 10:25:33 +00:00
Jamfile.v2 added test for 12949. 2017-04-29 16:11:31 +02:00
no_implicit_assign_from_lvalue_thread.cpp Thread: cleanup include 2012-09-08 14:18:14 +00:00
no_implicit_move_from_lvalue_thread.cpp Thread: cleanup include 2012-09-08 14:18:14 +00:00
remove_error_code_unused_warning.hpp Comment no more existing functions. 2014-04-28 18:41:53 +02:00
shared_mutex_locking_thread.hpp Thread: deprecate nested scoped locks and DateTime based timed fuctions 2012-11-10 10:25:33 +00:00
test_2309.cpp Removed executable attribute. 2017-09-17 08:51:10 -04:00
test_2501.cpp Thread: fixes for inspection report 2012-08-12 18:33:11 +00:00
test_2741.cpp try to remove some warnings. 2015-06-21 17:37:30 +02:00
test_3628.cpp Thread: deprecate nested scoped locks and DateTime based timed fuctions 2012-11-10 10:25:33 +00:00
test_3837.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_4521.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_4648.cpp try to remove some warnings. 2015-06-21 17:37:30 +02:00
test_4882.cpp try to remove some warnings. 2015-06-21 17:37:30 +02:00
test_5351.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_5502.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_5542_1.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_5542_2.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_5542_3.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_5891.cpp Removed executable attribute. 2017-09-17 08:51:10 -04:00
test_6130.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_6170.cpp Thread: fixes for inspection report 2012-08-12 18:33:11 +00:00
test_6174.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_7160.cpp Thread: fix inspection issues. 2013-05-22 17:13:03 +00:00
test_7328.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_7571.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_7665.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_7666.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_7720.cpp Thread: merge from trunk for 1.56. 2013-11-19 21:58:34 +00:00
test_7755.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_8455.cpp Thread: merge from trunk for 1.56. 2013-11-19 21:58:34 +00:00
test_8508.cpp Thread: Added #8508 test. 2013-05-01 09:17:39 +00:00
test_8557.cpp Thread: merge from trunk for 1.56. 2013-11-19 21:58:34 +00:00
test_8586.cpp Thread: Added test for tickets. 2013-09-17 19:32:03 +00:00
test_8596.cpp Thread: merge from trunk for 1.56. 2013-11-19 21:58:34 +00:00
test_8600.cpp Thread: Added test for tickets. 2013-09-17 19:32:03 +00:00
test_8674.cpp Thread: Added test_8674.cpp test. 2013-06-08 16:04:46 +00:00
test_8943.cpp Thread: Added test for tickets. 2013-09-17 19:32:03 +00:00
test_8960.cpp Thread: Added test for tickets. 2013-09-17 19:32:03 +00:00
test_9079_a.cpp Thread: merge scoped_thread constr + condition_variable timed wait issues on windows + doc typos. 2013-09-13 19:01:48 +00:00
test_9079_b.cpp Thread: merge from trunk for 1.56. 2013-11-19 21:58:34 +00:00
test_9192.cpp Removed executable attribute. 2017-09-17 08:51:10 -04:00
test_9303.cpp Fix inspection issues. 2014-11-02 15:08:44 +01:00
test_9319.cpp Try to fix a lot of issues, even if alldoesn't works yet. 2015-01-22 23:10:40 +01:00
test_9711.cpp Fix inspection issues. 2014-11-02 15:08:44 +01:00
test_9856.cpp INcrease the threashold of spourious timeouts. 2017-08-28 09:15:39 +02:00
test_10340.cpp Fix inspection issues. 2014-11-02 15:08:44 +01:00
test_10963.cpp Add assertion on future continuation parameter is ready. As noted in #11256, there some serious issues with the parameter passed and with lock on locked mutextes :(. 2015-05-02 16:29:06 +02:00
test_10964.cpp make async return a blocking future. 2015-10-18 18:47:24 +02:00
test_11053.cpp Crash issue while calling run_thread_exit_callbacks. Related to #11053. 2015-03-01 01:37:35 +01:00
test_11256.cpp Fixed some missing lock.unlock(). 2015-05-03 14:30:52 +02:00
test_11266.cpp applie patch for #11266. 2015-05-15 15:05:09 +02:00
test_11499.cpp Add test_11499. 2015-08-21 18:37:08 +02:00
test_11611.cpp disable some tests with C++98. 2017-02-28 23:29:28 +01:00
test_11796.cpp add missing detach in thread assignment V2. #11796. 2015-12-05 14:49:13 +01:00
test_11818.cpp take care of #11818. deferred continuations should not wait too soon. 2015-11-24 22:58:08 +01:00
test_12293.cpp disable some tests with C++98. 2017-02-28 23:29:28 +01:00
test_12949.cpp added test for 12949. 2017-04-29 16:11:31 +02:00
test_barrier_size_fct.cpp fail test when exception cautch instead of rethrow it. 2014-09-11 13:33:43 +02:00
test_barrier_void_fct.cpp fail test when exception cautch instead of rethrow it. 2014-09-11 13:33:43 +02:00
test_barrier.cpp fail test when exception cautch instead of rethrow it. 2014-09-11 13:33:43 +02:00
test_completion_latch.cpp fail test when exception cautch instead of rethrow it. 2014-09-11 13:33:43 +02:00
test_condition_notify_all.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_condition_notify_one.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_condition_timed_wait_times_out.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_condition.cpp some reworked test init + boost.test link fix 2015-01-11 16:21:32 +01:00
test_futures.cpp Fix erros after Boost.Test adding dependency to Boost.Timer. 2015-01-11 18:21:22 +01:00
test_generic_locks.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_hardware_concurrency.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_latch.cpp fail test when exception cautch instead of rethrow it. 2014-09-11 13:33:43 +02:00
test_lock_concept.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_ml2.cpp Thread: Added test from [Boost-users] [boost][thread] Future returning 0xfeeefeee. 2013-04-14 12:40:44 +00:00
test_ml.cpp Removed executable attribute. 2017-09-17 08:51:10 -04:00
test_move_function.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_mutex.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_once.cpp Add missing iostream. 2017-04-29 17:56:32 +02:00
test_physical_concurrency.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_scheduled_tp.cpp make use of nullary_function<void()> as work for timed schedulers (priority_queue) on C++11. 2015-02-22 23:44:34 +01:00
test_scheduler.cpp Added Clock parameter to scheduler and priority_timed_queue. Fix warnings in tests. 2014-11-17 07:34:43 +01:00
test_scheduling_adaptor.cpp modified: include/boost/thread/executors/scheduling_adaptor.hpp 2017-09-16 15:41:18 +09:00
test_shared_mutex_part_2.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_shared_mutex_timed_locks_chrono.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_shared_mutex_timed_locks.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_shared_mutex.cpp Add missing iostream. 2017-04-29 17:56:32 +02:00
test_thread_exit.cpp Fix erros after Boost.Test adding dependency to Boost.Timer. 2015-01-11 18:21:22 +01:00
test_thread_id.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_thread_launching.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_thread_mf.cpp Thread: avoid the use of boost/thread/thread.hpp to limit dependencies. 2013-03-24 18:30:55 +00:00
test_thread_move_return.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_thread_move.cpp some reworked test init + boost.test link fix 2015-01-11 16:21:32 +01:00
test_thread_return_local.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_thread.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_tss.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test_xtime.cpp fix more erros after Boost.Test commit. 2015-01-12 00:36:55 +01:00
test.mcp Added tutorial sources. Changed tabs to spaces. 2002-09-06 15:34:48 +00:00
util.inl Thread: deprecate nested scoped locks and DateTime based timed fuctions 2012-11-10 10:25:33 +00:00
winrt_init.cpp Fix inspection issues. 2014-11-02 15:08:44 +01:00