Skip to content
  • Damien George's avatar
    stmhal: Implement a proper thread scheduler. · 05a48595
    Damien George authored
    This patch changes the threading implementation from simple round-robin
    with busy waits on mutexs, to proper scheduling whereby threads that are
    waiting on a mutex are only scheduled when the mutex becomes available.
    05a48595