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

1234

/netbsd-current/lib/libpthread/
H A Dtss.c46 if (pthread_key_create(key, dtor) == 0)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dthreadlib.c35 /* Test using pthread_key_create. */
46 int err = pthread_key_create (&key, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/glthread/
H A Dthreadlib.c35 /* Test using pthread_key_create. */
46 int err = pthread_key_create (&key, NULL);
/netbsd-current/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
H A Dthread.h55 #define isc_thread_key_create pthread_key_create
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreadLocal.inc32 int errorcode = pthread_key_create(key, nullptr);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack-thread.c51 extern int pthread_key_create (pthread_key_t *, void (*) (void *))
58 exits. This is created by pthread_key_create. */
67 function used by pthread_key_create, and is called when a thread
84 err = pthread_key_create (&segment_list_key, free_segments);
87 static const char msg[] = "pthread_key_create failed: errno ";
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgai_strerror.c73 if (pthread_key_create(&key, free) != 0) {
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dtsd_tls.h13 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) {
H A Dtsd_generic.h91 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) {
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h13 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) {
H A Dtsd_generic.h91 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_posix.cc46 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack-thread.c52 extern int pthread_key_create (pthread_key_t *, void (*) (void *))
62 exits. This is created by pthread_key_create. */
71 function used by pthread_key_create, and is called when a thread
98 err = pthread_key_create (&segment_list_key, free_segments);
101 static const char msg[] = "pthread_key_create failed: errno ";
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dgthr-tpf.h78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dgthr-tpf.h78 __gthrw(pthread_key_create)
112 return __gthrw_(pthread_key_create) (__key, __dtor);
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dmtctxres.c39 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
/netbsd-current/lib/libc/resolv/
H A Dmtctxres.c38 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc54 ASSERT_EQ(0, pthread_key_create(&key, &destructor));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_posix.cc93 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dtsd.c96 if (pthread_key_create (&tsd_pkeys[tsd_nkeys], &tsd_destructor))
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dtsd.c96 if (pthread_key_create (&tsd_pkeys[tsd_nkeys], &tsd_destructor))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dtls.h65 # pragma weak pthread_key_create macro
99 if (pthread_key_create (&(NAME).key, DESTRUCTOR) != 0) \
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dtls.h65 # pragma weak pthread_key_create macro
99 if (pthread_key_create (&(NAME).key, DESTRUCTOR) != 0) \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dgthread.d35 alias __gthread_key_create = pthread_key_create;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dgthread.d35 alias __gthread_key_create = pthread_key_create;

Completed in 301 milliseconds

1234