Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_util.c106 if ((tsd = pthread_getspecific(fmev_tsdkey)) == NULL) { in fmev_api_enter()
147 if ((tsd = pthread_getspecific(fmev_tsdkey)) != NULL) { in fmev_api_freetsd()
166 if ((tsd = pthread_getspecific(fmev_tsdkey)) != NULL) in fmev_seterr()
189 if ((tsd = pthread_getspecific(fmev_tsdkey)) == NULL) in __fmev_errno()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dmtctxres.c72 if (pthread_getspecific(key) != 0) { in __res_init_ctx()
127 if (((mt = pthread_getspecific(key)) != 0) || in ___mtctxres()
129 (mt = pthread_getspecific(key)) != 0)) { in ___mtctxres()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.c88 if (fmd.d_pid != 0 && (tp = pthread_getspecific(fmd.d_key)) != NULL) in fmd_vpanic()
133 if ((tp = pthread_getspecific(fmd.d_key)) != NULL) { in fmd_verror()
210 if ((tp = pthread_getspecific(fmd.d_key)) != NULL) in fmd_vdprintf()
273 fmd_thread_t *tp = pthread_getspecific(fmd.d_key); in fmd_trace()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Derror.c75 return ((uintptr_t)pthread_getspecific(errkey)); in _elf_geterr()
108 buffer = pthread_getspecific(bufkey); in elf_errmsg()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c116 # pragma weak pthread_getspecific macro
137 if (&pthread_getspecific == 0 in krb5int_pthread_loaded()
239 t = pthread_getspecific(key); in k5_getspecific()
288 t = pthread_getspecific(key); in k5_setspecific()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.c106 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey); in reportError()
137 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey); in getError()
154 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey); in clearError()
165 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey); in logError()
H A Dnisdb_mt.cc63 if ((tsd = (nisdb_tsd_t *)pthread_getspecific(nisdb_tsd_key)) == 0) { in __nisdb_get_tsd()
/illumos-gate/usr/src/lib/libnsl/common/
H A Dcommon.c37 addr = pthread_getspecific(*keyp); in thr_get_storage()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgai_strerror.c81 buf = pthread_getspecific(key); in gai_strerror()
H A Dirs_data.c144 net_data = pthread_getspecific(key); in net_data_init()
/illumos-gate/usr/src/lib/libgen/common/
H A Dbufsplit.c60 strp = pthread_getspecific(*keyp); in _get_bsplitchar()
H A Dbgets.c61 str = pthread_getspecific(*keyp); in _get_stop()
H A Dpathfind.c84 str = pthread_getspecific(*keyp); in _get_cpath()
H A Dreg_compile.c79 vars = pthread_getspecific(*keyp); in _get_vars_storage()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c214 le = pthread_getspecific( nsldapi_key ); in set_ld_error()
221 le = pthread_getspecific( nsldapi_key ); in set_ld_error()
246 le = pthread_getspecific( nsldapi_key ); in get_ld_error()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c82 if ((loc = pthread_getspecific(key)) != NULL) { in tsdalloc()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c199 netid_tcp = pthread_getspecific(tcp_key); in __rpc_getconfip()
201 netid_udp = pthread_getspecific(udp_key); in __rpc_getconfip()
/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c144 ret = (scf_error_t)pthread_getspecific(scf_error_key); in scf_error()
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c114 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key)); in uu_error()
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c194 le = pthread_getspecific(adutils_lderrno_key); in adutils_get_lderrno_struct()
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c139 tsdp = (mftsd_t *)pthread_getspecific(tsd_key); in get_thread_specific_data()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c285 return (pthread_getspecific(key)); in tss_get()
H A Ddoor_calls.c346 if (rv == 0 && (pdd = pthread_getspecific(privdoor_key)) != NULL) { in door_unbind()
601 if ((pdd = pthread_getspecific(privdoor_key)) == NULL) in door_xcreate_n()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dether_addr.c251 eabuf = pthread_getspecific(key); in ea_buf()
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c318 iobuf = pthread_getspecific(*keyp); in _get_iobuf()

12