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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c108 thread_key_t standaloneInitKey; member in struct:__anon4011
154 if (thr_keycreate(&dir_servers.standaloneInitKey, NULL) != 0) {
170 (void) thr_setspecific(dir_servers.standaloneInitKey,
180 (void) thr_setspecific(dir_servers.standaloneInitKey, NULL);
190 (void) thr_getspecific(dir_servers.standaloneInitKey, (void **) &flag);

Completed in 62 milliseconds