/titanic_50/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_util.c | 108 pthread_setspecific(fmev_tsdkey, (const void *)tsd) != 0) { in fmev_api_enter() 148 (void) pthread_setspecific(fmev_tsdkey, NULL); in fmev_api_freetsd()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | common.c | 42 if (addr != NULL && pthread_setspecific(*keyp, addr) != 0) { in thr_get_storage()
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | gai_strerror.c | 86 if (pthread_setspecific(key, buf) != 0) { in gai_strerror()
|
H A D | irs_data.c | 156 if (pthread_setspecific(key, net_data) != 0) { in net_data_init()
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | mtctxres.c | 84 if ((ret = pthread_setspecific(key, mt)) != 0) { in __res_init_ctx()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 117 # pragma weak pthread_setspecific macro 138 || &pthread_setspecific == 0 in krb5int_pthread_loaded() 298 err = pthread_setspecific(key, t); in k5_setspecific()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | nisdb_mt.cc | 71 if (pthread_setspecific(nisdb_tsd_key, tsd) != 0) { in __nisdb_get_tsd()
|
H A D | ldap_util.c | 123 int ret = pthread_setspecific(tsdKey, defErr); in reportError()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_generic.c | 224 (void) pthread_setspecific( in __rpc_getconfip() 239 (void) pthread_setspecific( in __rpc_getconfip()
|
H A D | rpc_soc.c | 493 (void) pthread_setspecific(clnt_broadcast_key, in clnt_broadcast()
|
/titanic_50/usr/src/lib/libscf/common/ |
H A D | error.c | 132 (void) pthread_setspecific(scf_error_key, (void *)code); in scf_set_error()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.c | 60 if (pthread_setspecific(fmd.d_key, tp) != 0) in fmd_thread_start()
|
H A D | fmd.c | 525 if (pthread_setspecific(dp->d_key, dp->d_rmod->mod_thread) != 0) in fmd_create() 635 (void) pthread_setspecific(dp->d_key, NULL); in fmd_destroy()
|
/titanic_50/usr/src/lib/libuutil/common/ |
H A D | uu_misc.c | 97 (void) pthread_setspecific(uu_error_key, in uu_set_error()
|
/titanic_50/usr/src/cmd/svc/common/ |
H A D | manifest_find.c | 150 errno = pthread_setspecific(tsd_key, tsdp); in get_thread_specific_data()
|
/titanic_50/usr/src/lib/libadutils/common/ |
H A D | adutils_threadfuncs.c | 197 rc = pthread_setspecific(adutils_lderrno_key, le); in adutils_get_lderrno_struct()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 290 if (pthread_setspecific(key, val) == 0) in tss_set()
|
H A D | door_calls.c | 347 (void) pthread_setspecific(privdoor_key, NULL); in door_unbind() 522 if (pthread_setspecific(privdoor_key, (const void *)pdd) != 0) { in door_xcreate_startf()
|
H A D | tsd.c | 355 pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | configd.c | 282 (void) pthread_setspecific(thread_info_key, ti); in thread_start() 762 (void) pthread_setspecific(thread_info_key, ti); in main()
|
/titanic_50/usr/src/head/ |
H A D | pthread.h | 235 extern int pthread_setspecific(pthread_key_t, const void *);
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.c | 100 (void) pthread_setspecific(create_threads_key, value); in idmapd_door_thread_start()
|
/titanic_50/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 202 pthread_setspecific { TYPE = FUNCTION };
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 218 pthread_setspecific( nsldapi_key, tsd ); in set_ld_error()
|
/titanic_50/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 264 if (pthread_setspecific(_aio_key, arg) != 0) in _kaio_cleanup_thread() 1035 if (pthread_setspecific(_aio_key, aiowp) != 0) in _aio_do_request() 1318 if (pthread_setspecific(_aio_key, aiowp) != 0) in _aio_do_notify()
|