/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | error.c | 67 (void) thr_keycreate_once(&errkey, 0); in _elf_seterr() 106 if (thr_keycreate_once(&bufkey, free) != 0) in elf_errmsg()
|
/illumos-gate/usr/src/head/ |
H A D | thread.h | 88 extern int thr_keycreate_once(thread_key_t *, void(*)(void *));
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 156 #pragma weak pthread_key_create_once_np = thr_keycreate_once 158 thr_keycreate_once(thread_key_t *keyp, void (*destructor)(void *)) in thr_keycreate_once() function
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | bufsplit.c | 58 if (thr_keycreate_once(keyp, free) != 0) in _get_bsplitchar()
|
H A D | bgets.c | 59 if (thr_keycreate_once(keyp, free) != 0) in _get_stop()
|
H A D | pathfind.c | 82 if (thr_keycreate_once(keyp, free) != 0) in _get_cpath()
|
H A D | reg_compile.c | 77 if (thr_keycreate_once(keyp, free) != 0) in _get_vars_storage()
|
H A D | reg_step.c | 75 if (thr_keycreate_once(keyp, free) != 0) in _get_vars_storage()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | tsdalloc.c | 77 if ((error = thr_keycreate_once(&key, _free_tsdbuf)) != 0) { in tsdalloc()
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | ether_addr.c | 249 if (thr_keycreate_once(&key, free) != 0) in ea_buf()
|
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 316 if (thr_keycreate_once(keyp, free) != 0) in _get_iobuf()
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 772 thr_err = thr_keycreate_once(&ses_key, NULL); in ses_alloc()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 897 thr_keycreate_once
|
/illumos-gate/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 924 if (thr_keycreate_once(&rpc_gss_err_key, free) != 0) in __rpc_gss_err()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 807 if (thr_keycreate_once(&ns_mtckey, ns_mtckey_cleanup) != 0) { in __s_api_conn_mgmt_init() 812 if (thr_keycreate_once(&ns_cmgkey, NULL) != 0) { in __s_api_conn_mgmt_init()
|
/illumos-gate/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 298 (void) thr_keycreate_once(&errkey, 0); in exacct_seterr()
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.c | 611 (void) thr_keycreate_once(&errkey, 0); in pool_seterror()
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1413 thr_keycreate_once.3c \ 2655 thr_keycreate_once.3c := LINKSRC = thr_keycreate.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 816 thr_keycreate_once;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1449 link path=usr/share/man/man3c/thr_keycreate_once.3c target=thr_keycreate.3c
|