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

What is prio_boost? #55

Open
DingWoonee opened this issue Oct 18, 2024 · 0 comments
Open

What is prio_boost? #55

DingWoonee opened this issue Oct 18, 2024 · 0 comments

Comments

@DingWoonee
Copy link

I am modifying the FIFO example using the ghOSt framework to implement an O(1) scheduler, though I am not considering priority in this implementation.

Currently, the execution of "tests/simple_exp.cc" is freezing. In the FifoSchedule() function, when prio_boost is true, the LocalYield() function is called in the else block, causing the freeze. What is the role of prio_boost, and would it be okay to treat it as false and remove it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant