Searched refs:pthread_key_create (Results 1 - 25 of 25) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Dthread.h56 #define isc_thread_key_create pthread_key_create
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h53 #define isc_thread_key_create pthread_key_create
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-tpf.h82 __gthrw(pthread_key_create)
115 return __gthrw_(pthread_key_create) (key, dtor);
H A Dgthr-posix.c44 pthread_key_create (pthread_key_t *key ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h103 __gthrw(pthread_key_create)
250 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
586 return __gthrw_(pthread_key_create) (key, dtor);
H A Dgthr-posix95.h69 __gthrw(pthread_key_create)
210 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
546 return __gthrw_(pthread_key_create) (key, dtor);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DThreadLocal.cpp55 int errorcode = pthread_key_create(key, NULL);
/freebsd-9.3-release/lib/libc/resolv/
H A Dmtctxres.c42 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c87 if (pthread_key_create(&uu_error_key, NULL) != 0)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dheim_threads.h106 #define HEIMDAL_key_create(k,d,r) do { r = pthread_key_create(k,d); } while(0)
/freebsd-9.3-release/include/
H A Dpthread.h206 int pthread_key_create(pthread_key_t *,
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_spec.c44 __weak_reference(_pthread_key_create, pthread_key_create);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_spec.c46 __weak_reference(_pthread_key_create, pthread_key_create);
/freebsd-9.3-release/lib/libkse/
H A Dkse.map73 pthread_key_create;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map79 pthread_key_create;
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dteam.c331 pthread_key_create (&gomp_tls_key, NULL);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c409 pthread_key_create(&threadLocalStorageHandle, NULL);
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h142 #define pthread_key_create _pthread_key_create macro
H A Dun-namespace.h123 #undef pthread_key_create macro
/freebsd-9.3-release/share/man/man3/
H A DMakefile189 pthread_key_create.3 \
/freebsd-9.3-release/lib/libc/locale/
H A Dxlocale.c120 pthread_key_create(&locale_info_key, xlocale_release);
/freebsd-9.3-release/lib/libc/gen/
H A DSymbol.map40 pthread_key_create;
H A D_pthread_stubs.c221 STUB_FUNC2(pthread_key_create, PJT_KEY_CREATE, int, void *, void *)
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc38 #pragma weak pthread_key_create macro
374 if ((0 == pthread_key_create) ||
381 pthread_key_create(&eh_key, thread_cleanup);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h332 #define tsd_create(kp, d) pthread_key_create(kp, d)

Completed in 216 milliseconds