Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/head/
H A Dthread.h50 typedef unsigned int thread_key_t; typedef
85 extern int thr_keycreate(thread_key_t *, void(*)(void *));
86 extern int thr_keycreate_once(thread_key_t *, void(*)(void *));
87 extern int thr_setspecific(thread_key_t, void *);
88 extern int thr_getspecific(thread_key_t, void **);
114 #define THR_ONCE_KEY (thread_key_t)(-1)
H A Dthread_db.h256 typedef int td_key_iter_f(thread_key_t, void (*destructor)(), void *);
625 td_thr_tsd(const td_thrhandle_t *, thread_key_t, void **);
/titanic_50/usr/src/lib/libc/port/threads/
H A Dtsd.c51 thr_keycreate(thread_key_t *pkey, void (*destructor)(void *)) in thr_keycreate()
160 thr_keycreate_once(thread_key_t *keyp, void (*destructor)(void *)) in thr_keycreate_once()
163 thread_key_t key; in thr_keycreate_once()
236 thr_getspecific(thread_key_t key, void **valuep) in thr_getspecific()
267 thr_setspecific_slow(thread_key_t key, void *value) in thr_setspecific_slow()
322 thr_setspecific(thread_key_t key, void *value) in thr_setspecific()
375 _thr_slot_offset(thread_key_t key) in _thr_slot_offset()
390 thread_key_t key; in tsd_exit()
/titanic_50/usr/src/lib/libgen/common/
H A Dbufsplit.c55 _get_bsplitchar(thread_key_t *keyp) in _get_bsplitchar()
81 static thread_key_t key = THR_ONCE_KEY; in bufsplit()
H A Dbgets.c57 _get_stop(thread_key_t *keyp) in _get_stop()
83 static thread_key_t key = THR_ONCE_KEY; in bgets()
H A Dpathfind.c80 _get_cpath(thread_key_t *keyp) in _get_cpath()
103 static thread_key_t key = THR_ONCE_KEY; in pathfind()
H A Dreg_compile.c72 static thread_key_t key = THR_ONCE_KEY;
75 _get_vars_storage(thread_key_t *keyp) in _get_vars_storage()
H A Dreg_step.c53 static thread_key_t key = THR_ONCE_KEY;
73 _get_vars_storage(thread_key_t *keyp) in _get_vars_storage()
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Derror.c47 static thread_key_t errkey = THR_ONCE_KEY;
48 static thread_key_t bufkey = THR_ONCE_KEY;
/titanic_50/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c312 _get_iobuf(thread_key_t *keyp, unsigned size) in _get_iobuf()
335 static thread_key_t key = THR_ONCE_KEY; in des_crypt()
/titanic_50/usr/src/cmd/truss/
H A Dramdata.c43 thread_key_t private_key; /* set by thr_keycreate() */
H A Dramdata.h126 extern thread_key_t private_key; /* set by thr_keycreate() */
/titanic_50/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c69 static thread_key_t key = THR_ONCE_KEY; in tsdalloc()
/titanic_50/usr/src/lib/libmapid/common/
H A Dmapid.h121 static thread_key_t s_thr_key;
/titanic_50/usr/src/lib/libsocket/inet/
H A Dether_addr.c242 static thread_key_t key = THR_ONCE_KEY; in ea_buf()
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c100 thread_key_t ses_key = THR_ONCE_KEY;
/titanic_50/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c608 static thread_key_t tpd_key = THR_ONCE_KEY;
/titanic_50/usr/src/lib/libfakekernel/common/
H A Dtaskq.c46 typedef unsigned int thread_key_t; typedef
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_frontend.c76 static thread_key_t lookup_state_key;
79 static thread_key_t server_key;
H A Dnscd_switch.c90 static thread_key_t loopback_key = THR_ONCE_KEY;
145 static thread_key_t initf_key = THR_ONCE_KEY;
/titanic_50/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c142 static thread_key_t lookup_state_key;
215 static thread_key_t server_key;
/titanic_50/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c906 static thread_key_t rpc_gss_err_key = THR_ONCE_KEY; in __rpc_gss_err()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c97 static thread_key_t s_thr_key;
/titanic_50/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c65 static thread_key_t handlers_key;
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_standalone.c108 thread_key_t standaloneInitKey;
116 static thread_key_t switchConfigKey;

12