Home
last modified time | relevance | path

Searched refs:mutex_hold_time (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h80 hrtime_t mutex_hold_time; member
/illumos-gate/usr/src/head/
H A Dthread_db.h312 hrtime_t mutex_hold_time; member
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2783 msp->mutex_hold_time = in __td_sync_get_stats()
2784 sync_stats.un.mutex.mutex_hold_time; in __td_sync_get_stats()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c74 msp->mutex_hold_time += now - msp->mutex_begin_hold; in record_hold_time()