/titanic_50/usr/src/head/ |
H A D | thread.h | 50 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 D | thread_db.h | 256 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 D | tsd.c | 51 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 D | bufsplit.c | 55 _get_bsplitchar(thread_key_t *keyp) in _get_bsplitchar() 81 static thread_key_t key = THR_ONCE_KEY; in bufsplit()
|
H A D | bgets.c | 57 _get_stop(thread_key_t *keyp) in _get_stop() 83 static thread_key_t key = THR_ONCE_KEY; in bgets()
|
H A D | pathfind.c | 80 _get_cpath(thread_key_t *keyp) in _get_cpath() 103 static thread_key_t key = THR_ONCE_KEY; in pathfind()
|
H A D | reg_compile.c | 72 static thread_key_t key = THR_ONCE_KEY; 75 _get_vars_storage(thread_key_t *keyp) in _get_vars_storage()
|
H A D | reg_step.c | 53 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 D | error.c | 47 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 D | des_crypt.c | 312 _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 D | ramdata.c | 43 thread_key_t private_key; /* set by thr_keycreate() */
|
H A D | ramdata.h | 126 extern thread_key_t private_key; /* set by thr_keycreate() */
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | tsdalloc.c | 69 static thread_key_t key = THR_ONCE_KEY; in tsdalloc()
|
/titanic_50/usr/src/lib/libmapid/common/ |
H A D | mapid.h | 121 static thread_key_t s_thr_key;
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | ether_addr.c | 242 static thread_key_t key = THR_ONCE_KEY; in ea_buf()
|
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 100 thread_key_t ses_key = THR_ONCE_KEY;
|
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 608 static thread_key_t tpd_key = THR_ONCE_KEY;
|
/titanic_50/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 46 typedef unsigned int thread_key_t; typedef
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 76 static thread_key_t lookup_state_key; 79 static thread_key_t server_key;
|
H A D | nscd_switch.c | 90 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 D | cachemgr.c | 142 static thread_key_t lookup_state_key; 215 static thread_key_t server_key;
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 906 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 D | autod_main.c | 97 static thread_key_t s_thr_key;
|
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | __fex_hdlr.c | 65 static thread_key_t handlers_key;
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 108 thread_key_t standaloneInitKey; 116 static thread_key_t switchConfigKey;
|