• 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
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
redhat Loading commit data...
.gitignore Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
varnishapi.pc.in Loading commit data...