Searched refs:tpd_key (Results 1 – 1 of 1) sorted by relevance
608 static thread_key_t tpd_key = THR_ONCE_KEY; variable623 (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()