/illumos-gate/usr/src/head/ |
H A D | thread.h | 90 extern int thr_getspecific(thread_key_t, void **);
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 37 #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 D | thread.c | 154 return (thr_getspecific(key, &value) ? NULL : value); in tsd_get()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 163 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 D | ns_standalone.c | 190 (void) thr_getspecific(dir_servers.standaloneInitKey, (void **) &flag); in __s_api_isInitializing() 340 (void) thr_getspecific(switchConfigKey, (void **) &hostService); in get_db()
|
H A D | ns_config.c | 942 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 D | mapfile-vers | 231 thr_getspecific { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 1159 (void) thr_getspecific(s_thr_key, &tsd); in mapid_get_domain()
|
/illumos-gate/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 283 thr_getspecific { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 893 thr_getspecific
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 652 (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.c | 774 if (thr_getspecific(handlers_key, (void **)&ptr) != 0 && in __fex_get_thr_handlers()
|
H A D | __fex_i386.c | 71 if (thr_getspecific(accrued_key, (void **)&p) != 0 && in __fex_accrued()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 164 (void) thr_getspecific(lookup_state_key, (void**)&which); in _nscd_release_clearance()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 115 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 D | cachemgr.c | 194 (void) thr_getspecific(lookup_state_key, (void**)&which); in release_clearance()
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 245 if (thr_getspecific(key, &tsd)) in mntfs_get_mntentbuf()
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1412 thr_getspecific.3c \ 2654 thr_getspecific.3c := LINKSRC = thr_keycreate.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2057 thr_getspecific;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1446 link path=usr/share/man/man3c/thr_getspecific.3c target=thr_keycreate.3c
|