Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/disp/
H A Dthread.c1419 static void (**tsd_destructor)(void *); variable
1458 if (tsd_destructor[i] == NULL) in tsd_create()
1467 tsd_destructor = in tsd_create()
1468 (void (**)(void *))tsd_realloc((void *)tsd_destructor, in tsd_create()
1477 tsd_destructor[i] = destructor; in tsd_create()
1521 if (tsd->ts_value[k] && tsd_destructor[k]) in tsd_destroy()
1522 (*tsd_destructor[k])(tsd->ts_value[k]); in tsd_destroy()
1531 tsd_destructor[k] = NULL; in tsd_destroy()
1679 if (tsd->ts_value[i] && tsd_destructor[i]) in tsd_exit()
1680 (*tsd_destructor[i])(tsd->ts_value[i]); in tsd_exit()