Symbol: thr_keycreate
usr/src/cmd/fs.d/autofs/autod_main.c
957
(void) thr_keycreate(&s_thr_key, NULL);
usr/src/cmd/ldapcachemgr/cachemgr.c
150
(void) thr_keycreate(&lookup_state_key, NULL);
usr/src/cmd/ldapcachemgr/cachemgr.c
493
if (thr_keycreate(&server_key, server_destroy) != 0) {
usr/src/cmd/nscd/nscd_frontend.c
1161
(void) thr_keycreate(&lookup_state_key, NULL);
usr/src/cmd/nscd/nscd_frontend.c
1167
if (thr_keycreate(&server_key, server_destroy) != 0) {
usr/src/cmd/nscd/nscd_frontend.c
1298
if (thr_keycreate(&server_key, server_destroy) != 0) {
usr/src/cmd/truss/main.c
296
if (thr_keycreate(&private_key, free_private) == ENOMEM)
usr/src/head/thread.h
87
extern int thr_keycreate(thread_key_t *, void(*)(void *));
usr/src/lib/brand/solaris10/s10_brand/common/s10_brand.c
229
if (thr_keycreate(&key, mntfs_free_mntentbuf)) {
usr/src/lib/libc/port/threads/tsd.c
140
return (thr_keycreate(pkey, destructor));
usr/src/lib/libc/port/threads/tsd.c
167
error = thr_keycreate(&key, destructor);
usr/src/lib/libfakekernel/common/thread.c
141
VERIFY0(thr_keycreate(keyp, destructor));
usr/src/lib/libm/common/m9x/__fex_hdlr.c
775
thr_keycreate(&handlers_key, free) != 0) {
usr/src/lib/libm/common/m9x/__fex_i386.c
72
thr_keycreate(&accrued_key, free) != 0) {
usr/src/lib/libmapid/common/mapid.c
1201
(void) thr_keycreate(&s_thr_key, NULL);
usr/src/lib/libsldap/common/ns_standalone.c
154
if (thr_keycreate(&dir_servers.standaloneInitKey, NULL) != 0) {
usr/src/lib/libsldap/common/ns_standalone.c
158
if (thr_keycreate(&switchConfigKey, switch_conf_disposer) != 0) {