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

/freebsd-current/lib/nss_tacplus/
H A Dnss_tacplus.c43 static pthread_key_t tacplus_key; variable
57 (void)pthread_key_create(&tacplus_key, tacplus_fini);
71 if ((h = pthread_getspecific(tacplus_key)) == NULL) {
74 if ((pthread_setspecific(tacplus_key, h)) != 0) {

Completed in 161 milliseconds