Home
last modified time | relevance | path

Searched refs:thr_keycreate_once (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Derror.c67 (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 Dthread.h88 extern int thr_keycreate_once(thread_key_t *, void(*)(void *));
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c156 #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 Dbufsplit.c58 if (thr_keycreate_once(keyp, free) != 0) in _get_bsplitchar()
H A Dbgets.c59 if (thr_keycreate_once(keyp, free) != 0) in _get_stop()
H A Dpathfind.c82 if (thr_keycreate_once(keyp, free) != 0) in _get_cpath()
H A Dreg_compile.c77 if (thr_keycreate_once(keyp, free) != 0) in _get_vars_storage()
H A Dreg_step.c75 if (thr_keycreate_once(keyp, free) != 0) in _get_vars_storage()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c77 if ((error = thr_keycreate_once(&key, _free_tsdbuf)) != 0) { in tsdalloc()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dether_addr.c249 if (thr_keycreate_once(&key, free) != 0) in ea_buf()
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c316 if (thr_keycreate_once(keyp, free) != 0) in _get_iobuf()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c772 thr_err = thr_keycreate_once(&ses_key, NULL); in ses_alloc()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c103 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 Dsyn_common897 thr_keycreate_once
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c924 if (thr_keycreate_once(&rpc_gss_err_key, free) != 0) in __rpc_gss_err()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c807 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 Dexacct_ops.c298 (void) thr_keycreate_once(&errkey, 0); in exacct_seterr()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c611 (void) thr_keycreate_once(&errkey, 0); in pool_seterror()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1413 thr_keycreate_once.3c \
2655 thr_keycreate_once.3c := LINKSRC = thr_keycreate.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers816 thr_keycreate_once;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1449 link path=usr/share/man/man3c/thr_keycreate_once.3c target=thr_keycreate.3c