Home
last modified time | relevance | path

Searched refs:thr_keycreate (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libc/port/threads/
H A Dtsd.c40 #pragma weak _thr_keycreate = thr_keycreate
51 thr_keycreate(thread_key_t *pkey, void (*destructor)(void *)) in thr_keycreate() function
142 return (thr_keycreate(pkey, destructor)); in pthread_key_create()
169 error = thr_keycreate(&key, destructor); in thr_keycreate_once()
/titanic_50/usr/src/head/
H A Dthread.h85 extern int thr_keycreate(thread_key_t *, void(*)(void *));
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_frontend.c1154 (void) thr_keycreate(&lookup_state_key, NULL); in _nscd_setup_server()
1160 if (thr_keycreate(&server_key, server_destroy) != 0) { in _nscd_setup_server()
1291 if (thr_keycreate(&server_key, server_destroy) != 0) { in _nscd_setup_child_server()
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.msg44 @ EBUG_THRDKEY "Internal error: thr_keycreate() failed. \
/titanic_50/usr/src/lib/libpthread/common/
H A Dmapfile-vers233 thr_keycreate { TYPE = FUNCTION };
/titanic_50/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c149 (void) thr_keycreate(&lookup_state_key, NULL); in initialize_lookup_clearance()
494 if (thr_keycreate(&server_key, server_destroy) != 0) {
/titanic_50/usr/src/lib/libmapid/common/
H A Dmapid.c1201 (void) thr_keycreate(&s_thr_key, NULL); in _lib_init()
/titanic_50/usr/src/lib/libthread/common/
H A Dmapfile-vers285 thr_keycreate { TYPE = FUNCTION };
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common896 thr_keycreate
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c956 (void) thr_keycreate(&s_thr_key, NULL); in start_autofs_svcs()
/titanic_50/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c773 thr_keycreate(&handlers_key, free) != 0) { in __fex_get_thr_handlers()
H A D__fex_i386.c72 thr_keycreate(&accrued_key, free) != 0) { in __fex_accrued()
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_standalone.c154 if (thr_keycreate(&dir_servers.standaloneInitKey, NULL) != 0) { in createStandaloneKey()
158 if (thr_keycreate(&switchConfigKey, switch_conf_disposer) != 0) { in createStandaloneKey()
/titanic_50/usr/src/man/man3c/
H A DMakefile472 thr_keycreate.3c \
2342 thr_getspecific.3c := LINKSRC = thr_keycreate.3c
2343 thr_keycreate_once.3c := LINKSRC = thr_keycreate.3c
2344 thr_setspecific.3c := LINKSRC = thr_keycreate.3c
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c226 if (thr_keycreate(&key, mntfs_free_mntentbuf)) { in mntfs_get_mntentbuf()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc467 file path=usr/share/man/man3c/thr_keycreate.3c
1326 link path=usr/share/man/man3c/thr_getspecific.3c target=thr_keycreate.3c
1327 link path=usr/share/man/man3c/thr_keycreate_once.3c target=thr_keycreate.3c
1331 link path=usr/share/man/man3c/thr_setspecific.3c target=thr_keycreate.3c
/titanic_50/usr/src/cmd/truss/
H A Dmain.c294 if (thr_keycreate(&private_key, free_private) == ENOMEM) in main()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers1779 thr_keycreate;