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

12

/freebsd-10.3-release/lib/libstdthreads/
H A Dtss.c40 if (pthread_key_create(key, dtor) != 0)
/freebsd-10.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h53 #define isc_thread_key_create pthread_key_create
/freebsd-10.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)
216 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
552 return __gthrw_(pthread_key_create) (key, dtor);
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DThreadLocal.cpp55 int errorcode = pthread_key_create(key, NULL);
/freebsd-10.3-release/lib/libc/resolv/
H A Dmtctxres.c42 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
/freebsd-10.3-release/contrib/apr/threadproc/unix/
H A Dthreadpriv.c36 return pthread_key_create(&(*key)->key, dest);
/freebsd-10.3-release/crypto/heimdal/include/
H A Dheim_threads.h106 #define HEIMDAL_key_create(k,d,r) do { r = pthread_key_create(k,d); } while(0)
/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_spec.c44 __weak_reference(_pthread_key_create, pthread_key_create);
/freebsd-10.3-release/include/
H A Dpthread.h206 int pthread_key_create(pthread_key_t *,
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c87 if (pthread_key_create(&uu_error_key, NULL) != 0)
/freebsd-10.3-release/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h163 if (pthread_key_create(&a_name##_tsd, a_cleanup) != 0) \
322 if (pthread_key_create(&a_name##_tsd, \
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c409 pthread_key_create(&threadLocalStorageHandle, NULL);
/freebsd-10.3-release/contrib/gcclibs/libgomp/
H A Dteam.c348 pthread_key_create (&gomp_tls_key, NULL);
/freebsd-10.3-release/contrib/unbound/util/
H A Dlocks.h159 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f))
/freebsd-10.3-release/lib/libthr/thread/
H A Dthr_spec.c46 __weak_reference(_pthread_key_create, pthread_key_create);
/freebsd-10.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-10.3-release/lib/libc/locale/
H A Dxlocale.c120 pthread_key_create(&locale_info_key, xlocale_release);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp71 ::pthread_key_create (&g_thread_create_key, FreeBSDThread::PThreadDestructor);
/freebsd-10.3-release/lib/libc/gen/
H A D_pthread_stubs.c221 STUB_FUNC2(pthread_key_create, PJT_KEY_CREATE, int, void *, void *)
/freebsd-10.3-release/share/man/man3/
H A DMakefile227 pthread_key_create.3 \
/freebsd-10.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);

Completed in 547 milliseconds

12