Searched refs:thread_key_t (Results 1 - 25 of 31) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/head/
H A Dthread.h50 typedef unsigned int thread_key_t; typedef
89 extern int thr_keycreate(thread_key_t *, void(*)(void *));
90 extern int thr_keycreate_once(thread_key_t *, void(*)(void *));
91 extern int thr_setspecific(thread_key_t, void *);
92 extern int thr_getspecific(thread_key_t, void **);
142 #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 **);
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c51 thr_keycreate(thread_key_t *pkey, void (*destructor)(void *))
160 thr_keycreate_once(thread_key_t *keyp, void (*destructor)(void *))
163 thread_key_t key;
236 thr_getspecific(thread_key_t key, void **valuep)
267 thr_setspecific_slow(thread_key_t key, void *value)
322 thr_setspecific(thread_key_t key, void *value)
375 _thr_slot_offset(thread_key_t key)
390 thread_key_t key;
/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Dbgets.c57 _get_stop(thread_key_t *keyp)
83 static thread_key_t key = THR_ONCE_KEY;
H A Dbufsplit.c55 _get_bsplitchar(thread_key_t *keyp)
81 static thread_key_t key = THR_ONCE_KEY;
H A Dpathfind.c80 _get_cpath(thread_key_t *keyp)
103 static thread_key_t key = THR_ONCE_KEY;
H A Dreg_compile.c72 static thread_key_t key = THR_ONCE_KEY;
75 _get_vars_storage(thread_key_t *keyp)
H A Dreg_step.c53 static thread_key_t key = THR_ONCE_KEY;
73 _get_vars_storage(thread_key_t *keyp)
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c69 static thread_key_t key = THR_ONCE_KEY;
/opensolaris-onvv-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c330 _get_iobuf(thread_key_t *keyp, unsigned size)
354 static thread_key_t key = THR_ONCE_KEY;
/opensolaris-onvv-gate/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() */
/opensolaris-onvv-gate/usr/src/lib/libmapid/common/
H A Dmapid.h121 static thread_key_t s_thr_key;
/opensolaris-onvv-gate/usr/src/lib/libsocket/inet/
H A Dether_addr.c243 static thread_key_t key = THR_ONCE_KEY;
/opensolaris-onvv-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c100 thread_key_t ses_key = THR_ONCE_KEY;
/opensolaris-onvv-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c608 static thread_key_t tpd_key = THR_ONCE_KEY;
/opensolaris-onvv-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c142 static thread_key_t lookup_state_key;
215 static thread_key_t server_key;
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c75 static thread_key_t lookup_state_key;
78 static thread_key_t server_key;
H A Dnscd_switch.c89 static thread_key_t loopback_key = THR_ONCE_KEY;
144 static thread_key_t initf_key = THR_ONCE_KEY;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/mdbug/
H A Ddbug.c90 thread_key_t mdt_key;
/opensolaris-onvv-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c906 static thread_key_t rpc_gss_err_key = THR_ONCE_KEY;
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c125 thread_key_t ns_mtckey = THR_ONCE_KEY;
126 thread_key_t ns_cmgkey = THR_ONCE_KEY;
H A Dns_standalone.c106 thread_key_t standaloneInitKey;
114 static thread_key_t switchConfigKey;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c97 static thread_key_t s_thr_key;

Completed in 167 milliseconds

12