Home
last modified time | relevance | path

Searched refs:mutex_begin_hold (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h86 hrtime_t mutex_begin_hold; member
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c65 msp->mutex_begin_hold = gethrtime(); in record_begin_hold()
73 if (msp->mutex_begin_hold) in record_hold_time()
74 msp->mutex_hold_time += now - msp->mutex_begin_hold; in record_hold_time()
75 msp->mutex_begin_hold = 0; in record_hold_time()