Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/inc/
H A Dtdb_agent.h82 hrtime_t mutex_hold_time; member
/titanic_44/usr/src/head/
H A Dthread_db.h314 hrtime_t mutex_hold_time; member
/titanic_44/usr/src/lib/libc_db/common/
H A Dthread_db.c2763 msp->mutex_hold_time = in __td_sync_get_stats()
2764 sync_stats.un.mutex.mutex_hold_time; in __td_sync_get_stats()
/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c72 msp->mutex_hold_time += now - msp->mutex_begin_hold; in record_hold_time()