Oliver Kowalke
4e6b625f65
assert if source and traget context are euqal in resume_()
2015-10-20 17:52:01 +02:00
Oliver Kowalke
ee2fc59ca1
call destructor for stored values in shared_state
2015-10-20 10:09:57 +02:00
Oliver Kowalke
11419967cd
condition unlocks external mutex befor context switch
2015-10-18 20:07:24 +02:00
Oliver Kowalke
8ddf96f756
reformating in scheudler.hpp
2015-10-18 20:07:01 +02:00
Oliver Kowalke
bc9c20b7f0
fix test of conditions shared by threads
2015-10-18 20:06:20 +02:00
Oliver Kowalke
2e1c458366
remove unused local variable in condition.cpp
2015-10-18 20:05:35 +02:00
Oliver Kowalke
4b826c1738
protect mutex::unlock() caled by non-owning fiber
2015-10-18 20:04:11 +02:00
Oliver Kowalke
4710e12fe1
rename scheduler::re_schedule() -> scheduler::suspend()
2015-10-18 20:03:38 +02:00
Oliver Kowalke
af6ead53ae
static assert for linking context with a queue
2015-10-18 20:00:41 +02:00
Oliver Kowalke
abe114ad81
segmented-stacks=on -> only segmented_stack is available
2015-10-18 19:21:45 +02:00
Oliver Kowalke
b540e80619
cotnext::suspend() with default parameter nullptr
2015-10-18 09:23:15 +02:00
Oliver Kowalke
d49aeb194c
add performance tests
2015-10-18 09:09:05 +02:00
Oliver Kowalke
5f5a607d87
request unwinding and resume fibers at end of dispatch()
2015-10-18 09:08:15 +02:00
Oliver Kowalke
e63186adfe
use std::addressof() for references in shared_state<R&>
2015-10-17 15:17:31 +02:00
Oliver Kowalke
559e498982
context::terminate() as replacement for set_terminated_()/release()
2015-10-17 15:10:28 +02:00
Oliver Kowalke
edd439233a
fixups for asio examples
2015-10-17 14:41:53 +02:00
Oliver Kowalke
b102d8a89d
fix test (multithreading)
2015-10-16 22:16:24 +02:00
Oliver Kowalke
bafd65bcf3
remove yield-queue + pass functor to resume-op
2015-10-16 21:48:57 +02:00
Oliver Kowalke
6dfd42c343
reduce loop count for testing conditions mt
2015-10-16 21:47:39 +02:00
Oliver Kowalke
338f9754ee
move yielded context' after resume-op
2015-10-15 12:21:54 +02:00
Oliver Kowalke
de076200a6
future: support moveable-only types
2015-10-14 21:03:33 +02:00
Oliver Kowalke
79e5776805
qualify functions which use intrusive-list with const and noexcept
2015-10-14 16:05:20 +02:00
Oliver Kowalke
65f33ae615
remove unnecessary checks
2015-10-14 15:54:08 +02:00
Oliver Kowalke
5345d810a8
asio: executed dummy fiber after sleep-timer expires
2015-10-14 13:43:14 +02:00
Oliver Kowalke
51c1a96c4d
introduce attach/detach of context
2015-10-14 13:37:44 +02:00
Oliver Kowalke
7617b74e57
remove second unlinking from worker-queue in work-sharing example
2015-10-12 22:05:15 +02:00
Oliver Kowalke
7d18820962
erase terminated context from worker-queue
2015-10-12 22:03:20 +02:00
Oliver Kowalke
c738fefec7
remove spinlock protecting context lists
2015-10-12 21:59:47 +02:00
Oliver Kowalke
c07115115c
work sharing example: some modifications
2015-10-12 18:55:54 +02:00
Oliver Kowalke
0deb75a699
modify work-sharign example
2015-10-12 18:44:21 +02:00
Oliver Kowalke
1eafd3e281
support movable types
2015-10-12 10:29:14 +02:00
Oliver Kowalke
22b96fc826
assertion: main- and dispatcher cotnext must not be unwinded
2015-10-11 12:04:20 +02:00
Oliver Kowalke
380e8b30c1
use atomic coutner for remainng fibers
...
- instead of using scheduling_algorithm::has_ready_fibers() use
a atomic counter as termination indication
- scheduling_algorithm::has_ready_fibers() returns true even if
only main-context and dispatcher-context are ready -> false indication
for work-sharing example
2015-10-11 12:01:30 +02:00
Oliver Kowalke
ac167e4d36
newline in test/Jamfile added
2015-10-11 12:01:03 +02:00
Oliver Kowalke
b859f8984a
add assertion in get_next_() ensures scheduler is set
2015-10-11 08:44:06 +02:00
Oliver Kowalke
950a1571bb
do not move yielded contexts in resume_()
2015-10-11 08:43:40 +02:00
Oliver Kowalke
01dda0048f
remove std::mutex associated with yield-queue
2015-10-11 08:42:48 +02:00
Oliver Kowalke
d4c7232fa2
modify work-sharing example
2015-10-11 08:41:49 +02:00
Oliver Kowalke
dbfd80fb2d
use yield-queue because work-sharing
...
- yield-queue prevents resumtion of a fiber which is passed to
awakened() but has not yet suspended
2015-10-10 21:52:03 +02:00
Oliver Kowalke
ecab1c5ee6
work-sharing example
2015-10-10 21:51:14 +02:00
Oliver Kowalke
b032457397
asio examples added
2015-10-10 21:50:22 +02:00
Oliver Kowalke
ae67ee1694
asio's spawn()
2015-10-05 19:23:16 +02:00
Oliver Kowalke
5d71a4f8cd
asio examples
2015-10-04 20:08:21 +02:00
Oliver Kowalke
5357f7038e
scheduling-algorithm handles empty ready-queue
...
- if dispatcher-context detects empty ready-queue
the scheduler has to be suspended till signaled or
timeout reached
2015-10-03 09:35:47 +02:00
Oliver Kowalke
4a37a15d19
move make_dispatcher_context() to cpp file
2015-10-03 09:14:33 +02:00
Oliver Kowalke
8662b5e253
align main context and scheduler to 64byte boundaries
2015-10-02 19:52:43 +02:00
Oliver Kowalke
4cd1a910d9
use schwarz counter idiom for static variable initialization
2015-10-02 17:28:59 +02:00
Oliver Kowalke
20196fcd69
set active context to nullptr in ~scheduler()
2015-09-30 19:58:04 +02:00
Oliver Kowalke
275ae3b981
add additional examples
2015-09-30 17:38:44 +02:00
Oliver Kowalke
f9ffd54666
addjust calling do_invoke()
2015-09-30 17:38:12 +02:00