Home
last modified time | relevance | path

Searched refs:thread_key_t (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdb_thread_db.h258 typedef pthread_key_t thread_key_t; typedef
265 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *);
450 const thread_key_t __tk, void **__data);
H A Dsol-thread.c150 const thread_key_t key,
/freebsd-12.1/lib/libthread_db/
H A Dthread_db.h177 typedef pthread_key_t thread_key_t; typedef
203 typedef int td_key_iter_f(thread_key_t, void (*)(void *), void *);
/freebsd-12.1/lib/libc/net/
H A Dgai_strerror.c70 static thread_key_t gai_key;
H A Dnetdb_private.h37 static thread_key_t name##_key; \
/freebsd-12.1/lib/libc/gen/
H A Dttyname.c56 static thread_key_t ttyname_key;
/freebsd-12.1/contrib/gcc/
H A Dgthr-solaris.h48 typedef thread_key_t __gthread_key_t;
125 static thread_key_t _objc_thread_storage;
/freebsd-12.1/lib/libc/rpc/
H A Dmt_misc.c84 static thread_key_t rce_key;
H A Dclnt_simple.c80 static thread_key_t rpc_call_key;
H A Dkey_call.c268 static thread_key_t key_call_key;
H A Dgetnetconfig.c138 static thread_key_t nc_key;
H A Drpc_soc.c321 static thread_key_t clnt_broadcast_key;
H A Drpc_generic.c221 static thread_key_t tcp_key, udp_key;
/freebsd-12.1/lib/libc/resolv/
H A Dres_state.c48 static thread_key_t res_key;
/freebsd-12.1/lib/libc/include/
H A Dreentrant.h94 #define thread_key_t pthread_key_t macro
/freebsd-12.1/lib/libc/string/
H A Dstrsignal.c55 static thread_key_t sig_key;
/freebsd-12.1/crypto/heimdal/include/
H A Dheim_threads.h78 #define HEIMDAL_thread_key thread_key_t
/freebsd-12.1/contrib/unbound/util/
H A Dlocks.h213 typedef thread_key_t ub_thread_key_type;
/freebsd-12.1/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c1302 tsd_cb (thread_key_t key, void (*destructor)(void *), void *ignore) in tsd_cb()