Searched refs:thr_getspecific (Results 1 – 20 of 20) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | thread.h | 88 extern int thr_getspecific(thread_key_t, void **);
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 39 #pragma weak _thr_getspecific = thr_getspecific 236 thr_getspecific(thread_key_t key, void **valuep) in thr_getspecific() function
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 161 rc = thr_getspecific(ns_mtckey, &tsd); in conn_tsd_free() 210 rc = thr_getspecific(ns_mtckey, &tsd); in conn_tsd_setup() 234 if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) { in set_ld_error() 281 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 | 943 rc = thr_getspecific(ns_cmgkey, (void **)&cmg); in set_curr_config() 1057 rc = thr_getspecific(ns_cmgkey, (void **)&cmg); in __s_api_get_default_config()
|
/titanic_50/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 231 thr_getspecific { TYPE = FUNCTION };
|
/titanic_50/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 1159 (void) thr_getspecific(s_thr_key, &tsd); in mapid_get_domain()
|
/titanic_50/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 283 thr_getspecific { TYPE = FUNCTION };
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 893 thr_getspecific
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 651 (void) thr_getspecific(s_thr_key, (void **)&tsd); in autofs_get_buffer()
|
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | __fex_hdlr.c | 772 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()
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 157 (void) thr_getspecific(lookup_state_key, (void**)&which); in _nscd_release_clearance()
|
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 193 (void) thr_getspecific(lookup_state_key, (void**)&which); in release_clearance()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 113 if (thr_getspecific(private_key, &value) == 0) in get_private() 2568 if (thr_getspecific(private_key, &value) == 0 && in intr()
|
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 242 if (thr_getspecific(key, &tsd)) in mntfs_get_mntentbuf()
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 1257 thr_getspecific.3c \ 2342 thr_getspecific.3c := LINKSRC = thr_keycreate.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1777 thr_getspecific;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1326 link path=usr/share/man/man3c/thr_getspecific.3c target=thr_keycreate.3c
|
/titanic_50/ |
H A D | .gitignore | 5263 usr/src/man/man3c/thr_getspecific.3c
|