Searched refs:thread_key_t (Results 1 – 19 of 19) sorted by relevance
258 typedef pthread_key_t thread_key_t; typedef265 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *);450 const thread_key_t __tk, void **__data);
150 const thread_key_t key,
177 typedef pthread_key_t thread_key_t; typedef203 typedef int td_key_iter_f(thread_key_t, void (*)(void *), void *);
48 typedef thread_key_t __gthread_key_t;125 static thread_key_t _objc_thread_storage;
56 static thread_key_t ttyname_key;
70 static thread_key_t gai_key;
37 static thread_key_t name##_key; \
55 static thread_key_t sig_key;
94 #define thread_key_t pthread_key_t macro
84 static thread_key_t rce_key;
80 static thread_key_t rpc_call_key;
268 static thread_key_t key_call_key;
138 static thread_key_t nc_key;
321 static thread_key_t clnt_broadcast_key;
198 static thread_key_t tcp_key, udp_key;
48 static thread_key_t res_key;
78 #define HEIMDAL_thread_key thread_key_t
213 typedef thread_key_t ub_thread_key_type;
1302 tsd_cb (thread_key_t key, void (*destructor)(void *), void *ignore) in tsd_cb()