Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c1166 tdb_sync_stats_t sync_stats; in __td_ta_sync_iter() local
1240 &sync_stats, sizeof (sync_stats)) != PS_OK) { in __td_ta_sync_iter()
2675 sync_stats, sizeof (*sync_stats)) != PS_OK) in read_sync_stats()
2681 (void) memset(sync_stats, 0, sizeof (*sync_stats)); in read_sync_stats()
2698 tdb_sync_stats_t sync_stats; in __td_sync_get_stats() local
2762 sh_p->sh_unique, &sync_stats); in __td_sync_get_stats()
2770 switch (sync_stats.un.type) { in __td_sync_get_stats()
2786 sync_stats.un.mutex.mutex_try; in __td_sync_get_stats()
2803 sync_stats.un.cond.cond_wait; in __td_sync_get_stats()
2852 sync_stats.un.sema.sema_wait; in __td_sync_get_stats()
[all …]