Searched refs:thr_keycreate (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthread.h85 extern int thr_keycreate(thread_key_t *, void(*)(void *));
/illumos-gate/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 *)) function
142 return (thr_keycreate(pkey, destructor));
146 * Same as thr_keycreate(), above, except that the key creation
169 error = thr_keycreate(&key, destructor);
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c1154 (void) thr_keycreate(&lookup_state_key, NULL);
1160 if (thr_keycreate(&server_key, server_destroy) != 0) {
1163 (me, "thr_keycreate (server thread): %s\n",
1291 if (thr_keycreate(&server_key, server_destroy) != 0) {
1294 (me, "thr_keycreate failed: %s", strerror(errnum));
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c149 (void) thr_keycreate(&lookup_state_key, NULL);
494 if (thr_keycreate(&server_key, server_destroy) != 0) {
495 logit("thr_keycreate() call failed\n");
497 gettext("ldap_cachemgr: thr_keycreate() call failed"));
498 perror("thr_keycreate");
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c773 thr_keycreate(&handlers_key, free) != 0) {
H A D__fex_i386.c72 thr_keycreate(&accrued_key, free) != 0) {
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c1148 * the typical destructor function defined via thr_keycreate() will
1201 (void) thr_keycreate(&s_thr_key, NULL);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c154 if (thr_keycreate(&dir_servers.standaloneInitKey, NULL) != 0) {
158 if (thr_keycreate(&switchConfigKey, switch_conf_disposer) != 0) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c956 (void) thr_keycreate(&s_thr_key, NULL);
/illumos-gate/usr/src/man/man3c/
H A DMakefile472 thr_keycreate.3c \
2334 thr_getspecific.3c := LINKSRC = thr_keycreate.3c
2335 thr_keycreate_once.3c := LINKSRC = thr_keycreate.3c
2336 thr_setspecific.3c := LINKSRC = thr_keycreate.3c
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c227 if (thr_keycreate(&key, mntfs_free_mntentbuf)) {
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c295 if (thr_keycreate(&private_key, free_private) == ENOMEM)

Completed in 107 milliseconds