Home
last modified time | relevance | path

Searched refs:thr_getspecific (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthread.h90 extern int thr_getspecific(thread_key_t, void **);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c37 #pragma weak _thr_getspecific = thr_getspecific
234 thr_getspecific(thread_key_t key, void **valuep) in thr_getspecific() function
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c154 return (thr_getspecific(key, &value) ? NULL : value); in tsd_get()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c163 rc = thr_getspecific(ns_mtckey, &tsd); in conn_tsd_free()
212 rc = thr_getspecific(ns_mtckey, &tsd); in conn_tsd_setup()
236 if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) { in set_ld_error()
283 if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) { in get_ld_error()
H A Dns_standalone.c190 (void) thr_getspecific(dir_servers.standaloneInitKey, (void **) &flag); in __s_api_isInitializing()
340 (void) thr_getspecific(switchConfigKey, (void **) &hostService); in get_db()
H A Dns_config.c942 rc = thr_getspecific(ns_cmgkey, (void **)&cmg); in set_curr_config()
1056 rc = thr_getspecific(ns_cmgkey, (void **)&cmg); in __s_api_get_default_config()
/illumos-gate/usr/src/lib/libpthread/common/
H A Dmapfile-vers231 thr_getspecific { TYPE = FUNCTION };
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c1159 (void) thr_getspecific(s_thr_key, &tsd); in mapid_get_domain()
/illumos-gate/usr/src/lib/libthread/common/
H A Dmapfile-vers283 thr_getspecific { TYPE = FUNCTION };
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common893 thr_getspecific
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c652 (void) thr_getspecific(s_thr_key, (void **)&tsd); in autofs_get_buffer()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c774 if (thr_getspecific(handlers_key, (void **)&ptr) != 0 && in __fex_get_thr_handlers()
H A D__fex_i386.c71 if (thr_getspecific(accrued_key, (void **)&p) != 0 && in __fex_accrued()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c164 (void) thr_getspecific(lookup_state_key, (void**)&which); in _nscd_release_clearance()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c115 if (thr_getspecific(private_key, &value) == 0) in get_private()
2574 if (thr_getspecific(private_key, &value) == 0 && in intr()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c194 (void) thr_getspecific(lookup_state_key, (void**)&which); in release_clearance()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c243 if (thr_getspecific(key, &tsd)) in mntfs_get_mntentbuf()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1317 thr_getspecific.3c \
2465 thr_getspecific.3c := LINKSRC = thr_keycreate.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1935 thr_getspecific;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1299 link path=usr/share/man/man3c/thr_getspecific.3c target=thr_keycreate.3c