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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dtsd.c116 if ((old_data = tsdm->tsdm_destro) == NULL) {
124 tsdm->tsdm_destro = new_data;
129 tsdm->tsdm_destro[tsdm->tsdm_nused++] = destructor;
192 tsdm->tsdm_destro[key] == TSD_UNALLOCATED) {
197 tsdm->tsdm_destro[key] = TSD_UNALLOCATED;
283 * We would like to test (tsdm->tsdm_destro[key] == TSD_UNALLOCATED)
402 if ((func = tsdm->tsdm_destro[key]) != NULL &&
423 if ((func = tsdm->tsdm_destro[key]) != NULL &&
/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c269 if ((func = tsdm->tsdm_destro[key]) != NULL &&
272 tsdm->tsdm_destro[key] = NULL;
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h298 PFrV *tsdm_destro; /* Per-key destructors */ member in struct:__anon1346
314 caddr32_t tsdm_destro; /* Per-key destructors */ member in struct:__anon1347
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c770 dest_addr = (psaddr_t)tsdm.tsdm_destro;
785 dest_addr = (psaddr_t)tsdm.tsdm_destro;

Completed in 28 milliseconds