Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

What is prio_boost? #55

@DingWoonee

Description

@DingWoonee

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions