LUMIERA.clone/tests/core/steam/control
Ichthyostega 2ea89fcb54 Dispatcher: rework loop control logic
- we got occasional hangups when waiting for disabled state
- the builder was not triggered properly, sometimes redundant, sometimes without timeout

As it turned out, the loop control logic is more like a state machine,
and the state variables need to be separated from the external influenced variables.

As a consequence, the inChange_ variable was not calculated properly when disabled in a race,
and then the loop went into infinite wait state, without propagating this to
the externally waiting client, which caused the deadlock
2018-12-10 00:12:52 +01:00
..
argument-tuple-accept-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-argument-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-basic-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-binding-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-clone-builder-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-equality-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-instance-manager-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
command-message-binding-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-mutation-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-queue-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-registry-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-setup-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
command-use1-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-use2-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-use3-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
dispatcher-looper-test.cpp Dispatcher: rework loop control logic 2018-12-10 00:12:52 +01:00
handling-pattern-basics-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
handling-pattern-standard-impl-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
memento-tie-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
session-command-function-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
test-dummy-commands.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-dummy-commands.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00