Searched refs:pthread_getspecific (Results 1 - 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_util.c106 if ((tsd = pthread_getspecific(fmev_tsdkey)) == NULL) {
147 if ((tsd = pthread_getspecific(fmev_tsdkey)) != NULL) {
166 if ((tsd = pthread_getspecific(fmev_tsdkey)) != NULL)
189 if ((tsd = pthread_getspecific(fmev_tsdkey)) == NULL)
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dmtctxres.c72 if (pthread_getspecific(key) != 0) {
127 if (((mt = pthread_getspecific(key)) != 0) ||
129 (mt = pthread_getspecific(key)) != 0)) {
/illumos-gate/usr/src/lib/libnsl/common/
H A Dcommon.c39 addr = pthread_getspecific(*keyp);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgai_strerror.c81 buf = pthread_getspecific(key);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Derror.c79 return ((uintptr_t)pthread_getspecific(errkey));
112 buffer = pthread_getspecific(bufkey);
/illumos-gate/usr/src/lib/libgen/common/
H A Dbgets.c63 str = pthread_getspecific(*keyp);
H A Dbufsplit.c62 strp = pthread_getspecific(*keyp);
H A Dpathfind.c86 str = pthread_getspecific(*keyp);
H A Dreg_compile.c81 vars = pthread_getspecific(*keyp);
/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_mt.cc65 if ((tsd = (nisdb_tsd_t *)pthread_getspecific(nisdb_tsd_key)) == 0) {
H A Dldap_util.c106 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey);
137 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey);
154 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey);
165 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c84 if ((loc = pthread_getspecific(key)) != NULL) {
/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)
133 if ((tp = pthread_getspecific(fmd.d_key)) != NULL) {
210 if ((tp = pthread_getspecific(fmd.d_key)) != NULL)
273 fmd_thread_t *tp = pthread_getspecific(fmd.d_key);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c116 # pragma weak pthread_getspecific macro
137 if (&pthread_getspecific == 0
239 t = pthread_getspecific(key);
288 t = pthread_getspecific(key);
/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c143 ret = (scf_error_t)pthread_getspecific(scf_error_key);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc324 file path=usr/share/man/man3c/pthread_getspecific.3c
1149 target=pthread_getspecific.3c
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c214 le = pthread_getspecific( nsldapi_key );
221 le = pthread_getspecific( nsldapi_key );
246 le = pthread_getspecific( nsldapi_key );
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c318 iobuf = pthread_getspecific(*keyp);
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c114 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key));
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c139 tsdp = (mftsd_t *)pthread_getspecific(tsd_key);
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c188 le = pthread_getspecific(adutils_lderrno_key);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c284 return (pthread_getspecific(key));
H A Ddoor_calls.c346 if (rv == 0 && (pdd = pthread_getspecific(privdoor_key)) != NULL) {
601 if ((pdd = pthread_getspecific(privdoor_key)) == NULL)
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c660 ops = pthread_getspecific(tpd_key);
704 ops = pthread_getspecific(tpd_key);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c201 netid_tcp = pthread_getspecific(tcp_key);
203 netid_udp = pthread_getspecific(udp_key);

Completed in 101 milliseconds

12