/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | error.c | 69 (void) thr_keycreate_once(&errkey, 0); in _elf_seterr() 110 if (thr_keycreate_once(&bufkey, free) != 0) in elf_errmsg()
|
/titanic_50/usr/src/head/ |
H A D | thread.h | 86 extern int thr_keycreate_once(thread_key_t *, void(*)(void *));
|
/titanic_50/usr/src/lib/libgen/common/ |
H A D | bufsplit.c | 60 if (thr_keycreate_once(keyp, free) != 0) in _get_bsplitchar()
|
H A D | bgets.c | 61 if (thr_keycreate_once(keyp, free) != 0) in _get_stop()
|
H A D | pathfind.c | 84 if (thr_keycreate_once(keyp, free) != 0) in _get_cpath()
|
H A D | reg_compile.c | 79 if (thr_keycreate_once(keyp, free) != 0) in _get_vars_storage()
|
H A D | reg_step.c | 77 if (thr_keycreate_once(keyp, free) != 0) in _get_vars_storage()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 158 #pragma weak pthread_key_create_once_np = thr_keycreate_once 160 thr_keycreate_once(thread_key_t *keyp, void (*destructor)(void *)) in thr_keycreate_once() function
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | tsdalloc.c | 79 if ((error = thr_keycreate_once(&key, _free_tsdbuf)) != 0) { in tsdalloc()
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | ether_addr.c | 249 if (thr_keycreate_once(&key, free) != 0) in ea_buf()
|
/titanic_50/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 316 if (thr_keycreate_once(keyp, free) != 0) in _get_iobuf()
|
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 774 thr_err = thr_keycreate_once(&ses_key, NULL); in ses_alloc()
|
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 623 (void) thr_keycreate_once(&tpd_key, NULL); in tnf_thread_disable()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 897 thr_keycreate_once
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_switch.c | 103 rc = thr_keycreate_once(&loopback_key, NULL); in set_loopback_key() 152 rc = thr_keycreate_once(&initf_key, NULL); in set_initf_key()
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 911 if (thr_keycreate_once(&rpc_gss_err_key, free) != 0) in __rpc_gss_err()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 799 if (thr_keycreate_once(&ns_mtckey, ns_mtckey_cleanup) != 0) { in __s_api_conn_mgmt_init() 804 if (thr_keycreate_once(&ns_cmgkey, NULL) != 0) { in __s_api_conn_mgmt_init()
|
/titanic_50/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 300 (void) thr_keycreate_once(&errkey, 0); in exacct_seterr()
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 1258 thr_keycreate_once.3c \ 2343 thr_keycreate_once.3c := LINKSRC = thr_keycreate.3c
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool.c | 613 (void) thr_keycreate_once(&errkey, 0); in pool_seterror()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 570 thr_keycreate_once;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1327 link path=usr/share/man/man3c/thr_keycreate_once.3c target=thr_keycreate.3c
|
/titanic_50/ |
H A D | .gitignore | 5264 usr/src/man/man3c/thr_keycreate_once.3c
|