Skip to content
Snippets Groups Projects
  1. Dec 28, 2020
  2. Dec 21, 2020
  3. Dec 19, 2020
    • Rémi Denis-Courmont's avatar
      variables: privatise the callback CV · 5ab3e74b
      Rémi Denis-Courmont authored
      The condition variable was shared across all variables of a given
      object to save space, but it ends up waking up the wrong waiting
      threads.
      
      vlc_cond_t is not as large as it used to be. In fact, it could be as
      small as a single pointer: if we required holding the mutex during
      signal/broadcast. The nested mutex is only there to handle unprotected
      signalling.
      5ab3e74b
  4. Dec 18, 2020
  5. Dec 17, 2020
Loading