Searched refs:thr_keycreate (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 40 #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 D | thread.h | 85 extern int thr_keycreate(thread_key_t *, void(*)(void *));
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 1154 (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 D | libelf.msg | 44 @ EBUG_THRDKEY "Internal error: thr_keycreate() failed. \
|
/titanic_50/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 233 thr_keycreate { TYPE = FUNCTION };
|
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 149 (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 D | mapid.c | 1201 (void) thr_keycreate(&s_thr_key, NULL); in _lib_init()
|
/titanic_50/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 285 thr_keycreate { TYPE = FUNCTION };
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 896 thr_keycreate
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 956 (void) thr_keycreate(&s_thr_key, NULL); in start_autofs_svcs()
|
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | __fex_hdlr.c | 773 thr_keycreate(&handlers_key, free) != 0) { in __fex_get_thr_handlers()
|
H A D | __fex_i386.c | 72 thr_keycreate(&accrued_key, free) != 0) { in __fex_accrued()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 154 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 D | Makefile | 472 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 D | s10_brand.c | 226 if (thr_keycreate(&key, mntfs_free_mntentbuf)) { in mntfs_get_mntentbuf()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 467 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 D | main.c | 294 if (thr_keycreate(&private_key, free_private) == ENOMEM) in main()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1779 thr_keycreate;
|