Skip to content
  • Rasmus Thomsen's avatar
    tests: fix sched test under non glibc platforms · 5258a8e7
    Rasmus Thomsen authored
    As mentioned in tracker#170,
    glibc's sched_setscheduler is rather broken and pthread functionality
    should be used instead. musl only exposes a stub for sched_setscheduler
    for this reason. tracker already correctly sets the scheduler via pthread,
    but it didn't adjust the tests and as such the tests still failed on musl.
    5258a8e7