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

/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c543 __td_ta_get_ph(td_thragent_t *ta_p, struct ps_prochandle **ph_pp) argument
547 if (ph_pp != NULL) /* protect stupid callers */
548 *ph_pp = NULL;
549 if (ph_pp == NULL)
551 if ((*ph_pp = ph_lock_ta(ta_p, &return_val)) == NULL)

Completed in 27 milliseconds