Searched refs:tacplus_key (Results 1 – 1 of 1) sorted by relevance
43 static pthread_key_t tacplus_key; variable57 (void)pthread_key_create(&tacplus_key, tacplus_fini); in tacplus_keyinit()71 if ((h = pthread_getspecific(tacplus_key)) == NULL) { in tacplus_get_handle()74 if ((pthread_setspecific(tacplus_key, h)) != 0) { in tacplus_get_handle()