Skip to content
  • Philippe Gerum's avatar
    copperplate/threadobj: set global priority to weighted value over Cobalt · d8e207dd
    Philippe Gerum authored
    This fixes a long-standing issue with Cobalt-based systems, by having
    threads wait on syncobj resources by priority values weighted by the
    core priority of the scheduling class they belong to.
    
    e.g. SCHED_FIFO,99 has higher priority than SCHED_QUOTA,99, and
    obviously even higher than SCHED_WEAK,99.
    d8e207dd