Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h281 typedef void (*PFrV)(void *); typedef
282 #define TSD_UNALLOCATED ((PFrV)1)
301 PFrV *tsdm_destro; /* Per-key destructors */
303 (sizeof (mutex_t) + 2 * sizeof (uint_t) + sizeof (PFrV *))];
/titanic_41/usr/src/lib/libc_db/common/
H A Dthread_db.c751 PFrV destructor; in __td_ta_tsd_iter()
810 destructor = (PFrV)destructors[key]; in __td_ta_tsd_iter()
829 (*cb)(key, (PFrV)(uintptr_t)destruct32, in __td_ta_tsd_iter()