/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gai_strerror.c | 71 if (pthread_key_create(&key, free) != 0) { in gai_strerror()
|
H A D | irs_data.c | 135 if (pthread_key_create(&key, net_data_destroy) != 0) { in net_data_init()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 118 # pragma weak pthread_key_create macro 139 || &pthread_key_create == 0 in krb5int_pthread_loaded() 446 err = pthread_key_create(&key, thread_termination); in krb5int_thread_support_init()
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 136 #pragma weak _pthread_key_create = pthread_key_create 138 pthread_key_create(pthread_key_t *pkey, void (*destructor)(void *)) in pthread_key_create() function
|
H A D | c11_thr.c | 270 if (pthread_key_create(key, dtor) == 0) in tss_create()
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | mtctxres.c | 43 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nisdb_mt.cc | 53 (void) pthread_key_create(&nisdb_tsd_key, __nisdb_tsd_destroy); in __nisdb_init_tsd_key()
|
H A D | ldap_util.c | 100 (void) pthread_key_create(&tsdKey, __destroyTsdKey); in __initTsdKey()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | error.c | 116 if (pthread_key_create(&scf_error_key, NULL) == 0) in scf_setup_error()
|
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_misc.c | 88 if (pthread_key_create(&uu_error_key, NULL) != 0) in uu_set_error()
|
/illumos-gate/usr/src/head/ |
H A D | pthread.h | 246 extern int pthread_key_create(pthread_key_t *, void (*)(void *));
|
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | aio_alloc.c | 420 (void) pthread_key_create(&_aio_key, _aio_worker_free); in init_aio()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.c | 393 if ((error = pthread_key_create(&create_threads_key, in init_idmapd()
|
H A D | dbutils.c | 138 rc = pthread_key_create(&idmap_tsd_key, idmap_tsd_destroy); in idmap_init_tsd_key()
|
/illumos-gate/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 179 pthread_key_create { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 315 if ( pthread_key_create(&nsldapi_key, free ) != 0) { in nsldapi_initialize_defaults()
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | configd.c | 734 if ((errno = pthread_key_create(&thread_info_key, in main()
|
/illumos-gate/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 186 pthread_key_create { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 640 pthread_key_create
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd.c | 420 if (pthread_key_create(&dp->d_key, NULL) != 0) in fmd_create()
|
/illumos-gate/usr/src/lib/libdtrace_jni/common/ |
H A D | dtrace_jni.c | 220 (void) pthread_key_create(&g_dtj_consumer_key, NULL); in dtj_add_consumer()
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 346 pthread_key_create.3c \ 2336 pthread_key_create_once_np.3c := LINKSRC = pthread_key_create.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1779 pthread_key_create;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 937 file path=usr/share/man/man3c/pthread_key_create.3c 939 target=pthread_key_create.3c
|