Searched refs:pthread_key_create (Results 1 - 21 of 21) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gai_strerror.c | 71 if (pthread_key_create(&key, free) != 0) {
|
H A D | irs_data.c | 139 if (pthread_key_create(&key, net_data_destroy) != 0) {
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | mtctxres.c | 43 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nisdb_mt.cc | 55 (void) pthread_key_create(&nisdb_tsd_key, __nisdb_tsd_destroy);
|
H A D | ldap_util.c | 100 (void) pthread_key_create(&tsdKey, __destroyTsdKey);
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | error.c | 115 if (pthread_key_create(&scf_error_key, NULL) == 0)
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 67 * pthread_key_create(&key); 70 * pthread_key_create(&key); 74 * key returned by the second pthread_key_create(), then the 80 * it requires that pthread_key_create() somehow associate 90 * loops calling pthread_key_create()/pthread_key_delete() 138 #pragma weak _pthread_key_create = pthread_key_create 140 pthread_key_create(pthread_key_t *pkey, void (*destructor)(void *)) function 244 * as a key from thr_/pthread_key_create(); we explicitly check
|
H A D | c11_thr.c | 269 if (pthread_key_create(key, dtor) == 0)
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 326 file path=usr/share/man/man3c/pthread_key_create.3c 1107 target=pthread_key_create.3c
|
/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 446 err = pthread_key_create(&key, thread_termination);
|
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_misc.c | 88 if (pthread_key_create(&uu_error_key, NULL) != 0)
|
/illumos-gate/usr/src/head/ |
H A D | pthread.h | 228 extern int pthread_key_create(pthread_key_t *, void (*)(void *));
|
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | aio_alloc.c | 132 * Declared with void *arg so it can be a pthread_key_create() destructor. 422 (void) pthread_key_create(&_aio_key, _aio_worker_free);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 315 if ( pthread_key_create(&nsldapi_key, free ) != 0) { 316 perror("pthread_key_create");
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | configd.c | 733 if ((errno = pthread_key_create(&thread_info_key, 735 perror("pthread_key_create");
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.c | 383 if ((error = pthread_key_create(&create_threads_key,
|
H A D | dbutils.c | 137 rc = pthread_key_create(&idmap_tsd_key, idmap_tsd_destroy);
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 298 #define tsd_create(kp, d) pthread_key_create(kp, d)
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd.c | 420 if (pthread_key_create(&dp->d_key, NULL) != 0)
|
/illumos-gate/usr/src/lib/libdtrace_jni/common/ |
H A D | dtrace_jni.c | 222 (void) pthread_key_create(&g_dtj_consumer_key, NULL);
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 331 pthread_key_create.3c \ 2113 pthread_key_create_once_np.3c := LINKSRC = pthread_key_create.3c
|
Completed in 114 milliseconds