Skip to content
  • Rémi Denis-Courmont's avatar
    Rework threading: · 0774c40b
    Rémi Denis-Courmont authored
     - lock/unlock/signal/wait/destroy functions cannot fail unless there is a bug,
       so have them return void rather than an unused int, and assert against bugs.
     - Fix a few corner case minor bugs.
     - Use fprintf() rather than msg_Err() to avoid infinite recursions.
    0774c40b