Home
last modified time | relevance | path

Searched refs:thr_setspecific (Results 1 – 25 of 36) sorted by relevance

12

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Derror.c70 (void) thr_setspecific(errkey, (void *)encerr); in _elf_seterr()
117 if (thr_setspecific(bufkey, buffer) != 0) { in elf_errmsg()
H A Dlibelf.msg46 @ EBUG_THRDSET "Internal error: thr_setspecific failed. \
/titanic_41/usr/src/lib/libc/port/threads/
H A Dtsd.c41 #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 Dthread.h87 extern int thr_setspecific(thread_key_t, void *);
/titanic_41/usr/src/lib/libgen/common/
H A Dbufsplit.c65 if (thr_setspecific(*keyp, strp) != 0) { in _get_bsplitchar()
H A Dbgets.c66 if (thr_setspecific(*keyp, str) != 0) { in _get_stop()
H A Dpathfind.c89 if (thr_setspecific(*keyp, str) != 0) { in _get_cpath()
H A Dreg_compile.c84 if (thr_setspecific(*keyp, vars) != 0) { in _get_vars_storage()
H A Dreg_step.c82 if (thr_setspecific(*keyp, vars) != 0) { in _get_vars_storage()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c92 if ((error = thr_setspecific(key, loc)) != 0) { in tsdalloc()
/titanic_41/usr/src/lib/libsocket/inet/
H A Dether_addr.c254 (void) thr_setspecific(key, eabuf); in ea_buf()
/titanic_41/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c320 if (thr_setspecific(*keyp, (iobuf = malloc(size))) != 0) { in _get_iobuf()
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_frontend.c94 (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 Dnscd_switch.c106 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 Dcachemgr.c161 (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 Ddcs_ses.c791 thr_err = thr_setspecific(ses_key, sp); in ses_alloc()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c164 (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 Dns_standalone.c170 (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 Dprobe_cntl.c633 (void) thr_setspecific(tpd_key, ops); in tnf_thread_disable()
/titanic_41/usr/src/lib/libpthread/common/
H A Dmapfile-vers240 thr_setspecific { TYPE = FUNCTION };
/titanic_41/usr/src/lib/libmapid/common/
H A Dmapid.c1166 (void) thr_setspecific(s_thr_key, tsd); in mapid_get_domain()
/titanic_41/usr/src/lib/libthread/common/
H A Dmapfile-vers291 thr_setspecific { TYPE = FUNCTION };
/titanic_41/usr/src/lib/c_synonyms/
H A Dsyn_common906 thr_setspecific
/titanic_41/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c916 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.c783 if (thr_setspecific(handlers_key, (void *)ptr) != 0) { in __fex_get_thr_handlers()

12