Restructured dynamic loop dispatcher code.
Fixed work with dispatch buffers for nonmonotonic dynamic (static_steal) schedule:
- eliminated possibility of stealing iterations of the wrong loop when victim thread changed its buffer to work on another loop;
- fixed race when victim thread changed its buffer to work in nested parallel.
- eliminated "static" property of the schedule, that is now a single thread can execute whole loop.
clang-tidy: warning: invalid case style for member 'steal_lock' [readability-identifier-naming]
not useful