1. 10 Apr, 2012 2 commits
  2. 04 Apr, 2012 1 commit
  3. 29 Mar, 2012 3 commits
  4. 27 Mar, 2012 2 commits
  5. 26 Mar, 2012 4 commits
  6. 23 Mar, 2012 1 commit
  7. 22 Mar, 2012 5 commits
  8. 20 Mar, 2012 2 commits
  9. 19 Mar, 2012 4 commits
  10. 15 Mar, 2012 1 commit
  11. 14 Mar, 2012 4 commits
  12. 13 Mar, 2012 1 commit
    • Martin Blix Grydeland's avatar
      Add a mutex timing flag to diag_bitmap · d74bc62e
      Martin Blix Grydeland authored
      The MTX_UNLOCK debug lines will log for how long this thread
      held the lock.
      
      The MTX_LOCKWAIT debug lines will log how long the thread waited for the
      lock to be acquired.
      
      Bugs: Threads unlocking the mutex as part of pthread_cond_wait will
      not update the time of lock value for that mutex on pthread_cond_wait
      entry.
      d74bc62e
  13. 12 Mar, 2012 10 commits