Skip to content
Snippets Groups Projects
  1. Jul 10, 2019
  2. Jul 07, 2019
  3. Jul 06, 2019
  4. Jul 05, 2019
  5. Jul 04, 2019
  6. Jul 01, 2019
  7. Jun 27, 2019
    • jD91mZM2's avatar
      Fix thread-locals · 6203a857
      jD91mZM2 authored
      6203a857
    • jD91mZM2's avatar
      Fix a very slight error in the mutex · ec7abebc
      jD91mZM2 authored
      This was just my attempt at being smart, I didn't realize
      `compare_exchange` returned the old value (I'm dumb!), so I thought
      that if the value was 1 then it must have become 2. Normally with
      small errors like these you should leave a comment explaining why, but
      really, compare and *exchange* is pretty obvious. My bad.
      ec7abebc
Loading