| /src/lib/libpthread/ |
| tss.c | 46 if (pthread_key_create(key, dtor) == 0)
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/ |
| thread.h | 55 #define isc_thread_key_create pthread_key_create
|
| /src/external/gpl3/gdb/dist/gnulib/import/glthread/ |
| threadlib.c | 35 /* Test using pthread_key_create. */ 46 int err = pthread_key_create (&key, NULL);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/ |
| threadlib.c | 35 /* Test using pthread_key_create. */ 46 int err = pthread_key_create (&key, NULL);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| ThreadLocal.inc | 32 int errorcode = pthread_key_create(key, nullptr);
|
| /src/external/bsd/libbind/dist/irs/ |
| gai_strerror.c | 73 if (pthread_key_create(&key, free) != 0) {
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| tsd_tls.h | 15 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) {
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| tsd_tls.h | 15 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) {
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| tsd_tls.h | 19 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) {
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| tsd_tls.h | 19 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) {
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| generic-morestack-thread.c | 52 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 ";
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| generic-morestack-thread.c | 52 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 ";
|
| /src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| gthr-tpf.h | 78 __gthrw(pthread_key_create) 112 return __gthrw_(pthread_key_create) (__key, __dtor);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
| gthr-tpf.h | 78 __gthrw(pthread_key_create) 112 return __gthrw_(pthread_key_create) (__key, __dtor);
|
| /src/lib/libc/resolv/ |
| mtctxres.c | 38 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_posix.cc | 93 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_posix_test.cc | 54 ASSERT_EQ(0, pthread_key_create(&key, &destructor));
|
| /src/external/bsd/libbind/dist/resolv/ |
| mtctxres.c | 39 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| tsd.c | 90 if (pthread_key_create (&tsd_pkeys[tsd_nkeys], &tsd_destructor))
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| tsd.c | 90 if (pthread_key_create (&tsd_pkeys[tsd_nkeys], &tsd_destructor))
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| tls.h | 65 # pragma weak pthread_key_create macro 99 if (pthread_key_create (&(NAME).key, DESTRUCTOR) != 0) \
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| tls.h | 65 # pragma weak pthread_key_create macro 99 if (pthread_key_create (&(NAME).key, DESTRUCTOR) != 0) \
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| gthread.d | 35 alias __gthread_key_create = pthread_key_create;
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/ |
| tls-compat.h | 114 (void) pthread_key_create(&__tls_ ## name.key, \
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| threads_pthread.c | 126 if (pthread_key_create(key, cleanup) != 0)
|