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

sched-rr: A round-robin scheduler for normal thread #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

sched-rr: A round-robin scheduler for normal thread #129

wants to merge 1 commit into from

Commits on Oct 10, 2016

  1. sched-rr: A round-robin scheduler for normal thread

    This is a round-robin scheduler implement for normal thread (user-thread)
    create by pager or pthread lib, and using timeslice, we can prevent user-space
    thread starvation trigger by busy loop.
    
    This scheduler only schedling user thread create by ipc "thread start protocal".
    
    Default timeslice is 4096 ticks for now.
    
    Other trivial change:
    - Update defconfing for all board
    - Add sched-rr into Makefile
    - Add new config in kernel/Kconfig for setting thread timeslice
    Louie Lu committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    4be92dd View commit details
    Browse the repository at this point in the history