Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
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);
Dsol-thread.c150 const thread_key_t key,
/freebsd-12-stable/lib/libthread_db/
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-stable/contrib/gcc/
Dgthr-solaris.h48 typedef thread_key_t __gthread_key_t;
125 static thread_key_t _objc_thread_storage;
/freebsd-12-stable/lib/libc/gen/
Dttyname.c56 static thread_key_t ttyname_key;
/freebsd-12-stable/lib/libc/net/
Dgai_strerror.c70 static thread_key_t gai_key;
Dnetdb_private.h37 static thread_key_t name##_key; \
/freebsd-12-stable/lib/libc/string/
Dstrsignal.c55 static thread_key_t sig_key;
/freebsd-12-stable/lib/libc/include/
Dreentrant.h94 #define thread_key_t pthread_key_t macro
/freebsd-12-stable/lib/libc/rpc/
Dmt_misc.c84 static thread_key_t rce_key;
Dclnt_simple.c80 static thread_key_t rpc_call_key;
Dkey_call.c268 static thread_key_t key_call_key;
Dgetnetconfig.c138 static thread_key_t nc_key;
Drpc_soc.c321 static thread_key_t clnt_broadcast_key;
Drpc_generic.c198 static thread_key_t tcp_key, udp_key;
/freebsd-12-stable/lib/libc/resolv/
Dres_state.c48 static thread_key_t res_key;
/freebsd-12-stable/crypto/heimdal/include/
Dheim_threads.h78 #define HEIMDAL_thread_key thread_key_t
/freebsd-12-stable/contrib/unbound/util/
Dlocks.h213 typedef thread_key_t ub_thread_key_type;
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
Dfbsd-threads.c1302 tsd_cb (thread_key_t key, void (*destructor)(void *), void *ignore) in tsd_cb()