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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c116 static thread_key_t switchConfigKey; variable
158 if (thr_keycreate(&switchConfigKey, switch_conf_disposer) != 0) {
340 (void) thr_getspecific(switchConfigKey, (void **) &hostService);
346 (void) thr_setspecific(switchConfigKey, hostService);

Completed in 61 milliseconds