Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid infinite sem-speed-test #324

Merged
merged 1 commit into from
Dec 30, 2019

Commits on Dec 18, 2019

  1. Fix nasa#323: Avoid infinite sem-speed-test

    1. Add a hard limit to the execution (work) counter for the
    sem-speed-test worker threads.  With this they will self-exit
    eventually even if the root task never gets CPU time to stop them.
    
    2. Set the priority of the worker tasks to be logically lower, so
    it is less likely to preempt the main task.
    
    Note that the logical priority is inverted from the numeric value.
    jphickey committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    38302d0 View commit details
    Browse the repository at this point in the history