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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c94 static pthread_key_t errstring_key = PTHREAD_ONCE_KEY_NP; variable
1203 if (pthread_key_create_once_np(&errstring_key, free_err_tsd) != 0) {
1208 tsd = pthread_getspecific(errstring_key);
1211 pthread_setspecific(errstring_key, s_utf8);

Completed in 62 milliseconds