Searched refs:ss_p (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2830 * statistics for the synchronization variable into *ss_p.
2834 __td_sync_get_stats(const td_synchandle_t *sh_p, td_syncstats_t *ss_p) argument
2844 if (ss_p == NULL)
2846 (void) memset(ss_p, 0, sizeof (*ss_p));
2855 if ((return_val = sync_get_info_common(sh_p, ph_p, &ss_p->ss_info))
2860 (void) memset(&ss_p->ss_info, 0, sizeof (ss_p->ss_info));
2861 ss_p->ss_info.si_ta_p = sh_p->sh_ta_p;
2862 ss_p
[all...]

Completed in 31 milliseconds