/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | error.c | 68 (void) thr_setspecific(errkey, (void *)encerr); in _elf_seterr() 113 if (thr_setspecific(bufkey, buffer) != 0) { in elf_errmsg()
|
H A D | libelf.msg | 46 @ EBUG_THRDSET "Internal error: thr_setspecific failed. \
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 39 #pragma weak _thr_setspecific = thr_setspecific 320 thr_setspecific(thread_key_t key, void *value) in thr_setspecific() function 355 return (thr_setspecific(key, (void *)value)); in pthread_setspecific()
|
/illumos-gate/usr/src/head/ |
H A D | thread.h | 89 extern int thr_setspecific(thread_key_t, void *);
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | bufsplit.c | 63 if (thr_setspecific(*keyp, strp) != 0) { in _get_bsplitchar()
|
H A D | bgets.c | 64 if (thr_setspecific(*keyp, str) != 0) { in _get_stop()
|
H A D | pathfind.c | 87 if (thr_setspecific(*keyp, str) != 0) { in _get_cpath()
|
H A D | reg_compile.c | 82 if (thr_setspecific(*keyp, vars) != 0) { in _get_vars_storage()
|
H A D | reg_step.c | 80 if (thr_setspecific(*keyp, vars) != 0) { in _get_vars_storage()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | tsdalloc.c | 90 if ((error = thr_setspecific(key, loc)) != 0) { in tsdalloc()
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 160 return (thr_setspecific(key, value)); in tsd_set()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 98 (void) thr_setspecific(server_key, value); in server_tsd_bind() 133 (void) thr_setspecific(server_key, NULL); in server_destroy() 143 (void) thr_setspecific(lookup_state_key, NULL); in _nscd_get_clearance() 148 (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()
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 162 (void) thr_setspecific(lookup_state_key, NULL); in get_clearance() 177 (void) thr_setspecific(lookup_state_key, (void*)1); in get_clearance() 236 (void) thr_setspecific(server_key, value); in server_tsd_bind() 272 (void) thr_setspecific(server_key, NULL); in server_destroy()
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | ether_addr.c | 254 (void) thr_setspecific(key, eabuf); in ea_buf()
|
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 320 if (thr_setspecific(*keyp, (iobuf = malloc(size))) != 0) { in _get_iobuf()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 166 (void) thr_setspecific(ns_mtckey, NULL); in conn_tsd_free() 169 (void) thr_setspecific(ns_cmgkey, NULL); in conn_tsd_free() 207 rc = thr_setspecific(ns_cmgkey, cmg); in conn_tsd_setup() 220 rc = thr_setspecific(ns_mtckey, tsd); in conn_tsd_setup() 828 (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()
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 789 thr_err = thr_setspecific(ses_key, sp); in ses_alloc()
|
/illumos-gate/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 240 thr_setspecific { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 1166 (void) thr_setspecific(s_thr_key, tsd); in mapid_get_domain()
|
/illumos-gate/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 291 thr_setspecific { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 906 thr_setspecific
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 663 (void) thr_setspecific(s_thr_key, tsd); in autofs_get_buffer()
|
/illumos-gate/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 929 if (thr_setspecific(rpc_gss_err_key, tsd) != 0) { in __rpc_gss_err()
|