thread/example
2019-01-20 22:42:12 +01:00
..
ba_externallly_locked.cpp fix or silence (msvc) compiler warnings about constant conditional expressions, unused parameters, narrowing, unreachable code, use of 'this' in base member initializations, and some other minor stuff 2017-09-24 14:02:17 +02:00
condition.cpp Thread: fix non-copyable issues with intel compiler. 2013-09-22 23:33:52 +00:00
default_executor.cpp Added this_executor and default_executor examples. 2015-03-01 18:37:16 +01:00
executor.cpp merge from develop. 2015-09-30 00:01:33 +02:00
fib_task_region.cpp Added a task_region_handle_gen that referes to an existing executor, so that we don't create one each time. 2014-10-26 15:17:25 +01:00
future_fallback_to.cpp fix or silence (msvc) compiler warnings about constant conditional expressions, unused parameters, narrowing, unreachable code, use of 'this' in base member initializations, and some other minor stuff 2017-09-24 14:02:17 +02:00
future_then.cpp fix or silence (msvc) compiler warnings about constant conditional expressions, unused parameters, narrowing, unreachable code, use of 'this' in base member initializations, and some other minor stuff 2017-09-24 14:02:17 +02:00
future_unwrap.cpp fix or silence (msvc) compiler warnings about constant conditional expressions, unused parameters, narrowing, unreachable code, use of 'this' in base member initializations, and some other minor stuff 2017-09-24 14:02:17 +02:00
future_when_all.cpp fix or silence (msvc) compiler warnings about constant conditional expressions, unused parameters, narrowing, unreachable code, use of 'this' in base member initializations, and some other minor stuff 2017-09-24 14:02:17 +02:00
generic_executor_ref.cpp First draft of non-blocking. Fixed issue with basic_thread_pool scoped threads. Now when the result of async(ex,f) is not stored, there is a lifetime issue with shared_state_nullary_task use of direct pointer to the shared state, however there is some weak_ptr issues :(. 2015-05-03 10:13:08 +02:00
Jamfile.v2 Changed Boost.Thread to use the Boost license. 2006-09-14 23:02:29 +00:00
lambda_future.cpp remove the #warning 2017-09-30 12:18:30 +02:00
make_future.cpp fix make_exceptional issue. 2015-04-30 01:11:39 +02:00
monitor.cpp Thread: limit dependency on boost/thread/thread.hpp. 2013-03-24 22:05:50 +00:00
mutex.cpp Thread: deprecate nested scoped locks and DateTime based timed fuctions 2012-11-10 10:25:33 +00:00
not_interleaved2.cpp Thread: Added ostream_buffer. 2013-09-16 17:24:30 +00:00
not_interleaved.cpp Thread: merge scoped_thread constr + condition_variable timed wait issues on windows + doc typos. 2013-09-13 19:01:48 +00:00
once.cpp Thread: Added atomic once implementation + variadi call_once for pthread 2013-01-16 21:49:59 +00:00
parallel_accumulate.cpp remove some warnings. 2017-09-19 03:20:46 +02:00
parallel_quick_sort.cpp Added missing boost/config.hpp file when checking for BOOST_NO_CXX11_DECLTYPE. 2014-10-09 06:51:02 +02:00
perf_condition_variable.cpp Thread: fix inspection report. 2013-05-17 19:20:45 +00:00
perf_shared_mutex.cpp Thread: fix inspection report. 2013-05-17 19:20:45 +00:00
producer_consumer2.cpp Avoid data race in std::cout. 2015-04-25 11:17:20 +02:00
producer_consumer_bounded.cpp Added missing boost/config.hpp file when checking for BOOST_NO_CXX11_DECLTYPE. 2014-10-09 06:51:02 +02:00
producer_consumer.cpp Avoid data race in std::cout. 2015-04-25 11:17:20 +02:00
recursive_mutex.cpp Avoid data race in std::cout. 2015-04-25 11:17:20 +02:00
scoped_thread.cpp Comment error. Need to be fixed. 2017-04-29 16:10:43 +02:00
serial_executor_cont.cpp use a different name for serial_executor continuation as it add more constraints. 2015-02-19 10:30:25 +01:00
serial_executor.cpp Avoid data race in std::cout. 2015-04-25 11:17:20 +02:00
shared_monitor.cpp Thread: limit dependency on boost/thread/thread.hpp. 2013-03-24 22:05:50 +00:00
shared_mutex.cpp Thread: limit dependency on boost/thread/thread.hpp. 2013-03-24 22:05:50 +00:00
starvephil.cpp Thread: merge from trunk 1.54. Fix #8027,#8323,#8337. 2013-03-31 10:56:43 +00:00
std_scoped_thread.cpp comment failing test. It is surely a bad test. 2017-05-01 03:39:53 +02:00
std_thread_guard.cpp Added Thread parameter in scoped_thread and thread_guard classes. 2017-01-25 08:13:04 +01:00
strict_lock.cpp Thread: change strict_lock is_locking by own_lock and update lockable concepts 2012-10-29 19:05:51 +00:00
synchronized_person.cpp Thread: Added noexcep to some synchronized_value constructors + doc. 2013-03-10 14:54:59 +00:00
synchronized_value.cpp Thread: merge from trunk. 1.54 2013-03-23 01:48:21 +00:00
tennis.cpp comment trace to see the error. 2015-09-08 21:39:33 +02:00
this_executor.cpp Fix missing includes files and make executors available by default in version 5. 2019-01-20 22:42:12 +01:00
thread_group.cpp fix memory leack in test. 2015-04-25 10:11:01 +02:00
thread_guard.cpp Thread: limit dependency on boost/thread/thread.hpp. 2013-03-24 22:05:50 +00:00
thread_pool.cpp Fix missing includes files and make executors available by default in version 5. 2019-01-20 22:42:12 +01:00
thread.cpp Thread: limit dependency on boost/thread/thread.hpp. 2013-03-24 22:05:50 +00:00
tss.cpp try to remove more warnings. 2015-06-21 23:09:15 +02:00
user_scheduler.cpp Fix missing includes files and make executors available by default in version 5. 2019-01-20 22:42:12 +01:00
with_lock_guard.cpp Try to workaround some issues with MSVC lambdas. 2014-02-21 10:52:18 +01:00
xtime.cpp Thread: limit dependency on boost/thread/thread.hpp. 2013-03-24 22:05:50 +00:00