Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c608 static thread_key_t tpd_key = THR_ONCE_KEY; variable
623 (void) thr_keycreate_once(&tpd_key, NULL); in tnf_thread_disable()
633 (void) thr_setspecific(tpd_key, ops); in tnf_thread_disable()
660 ops = pthread_getspecific(tpd_key); in tnf_thread_enable()
704 ops = pthread_getspecific(tpd_key); in common_fork()