Skip to content
  • Rémi Denis-Courmont's avatar
    Signal the playlist BEFORE unlocking it. · 21724f58
    Rémi Denis-Courmont authored
    One should never signal a condition without the corresponding lock:
     "if predictable scheduling behavior is required, then that mutex shall
      be locked    by    the    thread   calling   pthread_cond_broadcast()
      or pthread_cond_signal()." -- POSIX
    
    This only fixes the most obvious cases. There might be others.
    21724f58