When we configure RTX for cooperative tasks(the same priority tasks) and disabling round robin.
If several tasks are ready to run, how they will be executed? what is the sequence for run tasks?
It probably depends on the order at which they are stored in the ready queue.