/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | error.c | 70 (void) thr_setspecific(errkey, (void *)encerr); in _elf_seterr() 117 if (thr_setspecific(bufkey, buffer) != 0) { in elf_errmsg()
|
H A D | libelf.msg | 46 @ EBUG_THRDSET "Internal error: thr_setspecific failed. \
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 41 #pragma weak _thr_setspecific = thr_setspecific 322 thr_setspecific(thread_key_t key, void *value) in thr_setspecific() function 357 return (thr_setspecific(key, (void *)value)); in pthread_setspecific()
|
/titanic_41/usr/src/head/ |
H A D | thread.h | 87 extern int thr_setspecific(thread_key_t, void *);
|
/titanic_41/usr/src/lib/libgen/common/ |
H A D | bufsplit.c | 65 if (thr_setspecific(*keyp, strp) != 0) { in _get_bsplitchar()
|
H A D | bgets.c | 66 if (thr_setspecific(*keyp, str) != 0) { in _get_stop()
|
H A D | pathfind.c | 89 if (thr_setspecific(*keyp, str) != 0) { in _get_cpath()
|
H A D | reg_compile.c | 84 if (thr_setspecific(*keyp, vars) != 0) { in _get_vars_storage()
|
H A D | reg_step.c | 82 if (thr_setspecific(*keyp, vars) != 0) { in _get_vars_storage()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | tsdalloc.c | 92 if ((error = thr_setspecific(key, loc)) != 0) { in tsdalloc()
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | ether_addr.c | 254 (void) thr_setspecific(key, eabuf); in ea_buf()
|
/titanic_41/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 320 if (thr_setspecific(*keyp, (iobuf = malloc(size))) != 0) { in _get_iobuf()
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 94 (void) thr_setspecific(server_key, value); in server_tsd_bind() 137 (void) thr_setspecific(lookup_state_key, NULL); in _nscd_get_clearance() 142 (void) thr_setspecific(lookup_state_key, (void*)1); in _nscd_get_clearance()
|
H A D | nscd_switch.c | 106 rc = thr_setspecific(loopback_key, key); in set_loopback_key() 138 (void) thr_setspecific(loopback_key, NULL); in clear_loopback_key() 154 rc = thr_setspecific(initf_key, pbuf); in set_initf_key() 178 (void) thr_setspecific(initf_key, NULL); in clear_initf_key()
|
/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 161 (void) thr_setspecific(lookup_state_key, NULL); in get_clearance() 176 (void) thr_setspecific(lookup_state_key, (void*)1); in get_clearance() 235 (void) thr_setspecific(server_key, value); in server_tsd_bind()
|
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 791 thr_err = thr_setspecific(ses_key, sp); in ses_alloc()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 164 (void) thr_setspecific(ns_mtckey, NULL); in conn_tsd_free() 167 (void) thr_setspecific(ns_cmgkey, NULL); in conn_tsd_free() 205 rc = thr_setspecific(ns_cmgkey, cmg); in conn_tsd_setup() 218 rc = thr_setspecific(ns_mtckey, tsd); in conn_tsd_setup() 820 (void) thr_setspecific(ns_cmgkey, NULL); in __s_api_conn_user_init()
|
H A D | ns_standalone.c | 170 (void) thr_setspecific(dir_servers.standaloneInitKey, in __s_api_setInitMode() 180 (void) thr_setspecific(dir_servers.standaloneInitKey, NULL); in __s_api_unsetInitMode() 346 (void) thr_setspecific(switchConfigKey, hostService); in get_db()
|
/titanic_41/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 633 (void) thr_setspecific(tpd_key, ops); in tnf_thread_disable()
|
/titanic_41/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 240 thr_setspecific { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 1166 (void) thr_setspecific(s_thr_key, tsd); in mapid_get_domain()
|
/titanic_41/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 291 thr_setspecific { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 906 thr_setspecific
|
/titanic_41/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 916 if (thr_setspecific(rpc_gss_err_key, tsd) != 0) { in __rpc_gss_err()
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | __fex_hdlr.c | 783 if (thr_setspecific(handlers_key, (void *)ptr) != 0) { in __fex_get_thr_handlers()
|