Searched refs:dt_tls (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_pcb.c | 155 (void) dt_idhash_iter(dtp->dt_tls, dt_pcb_pop_ident, dtp); in dt_pcb_pop() 156 dt_idhash_update(dtp->dt_tls); in dt_pcb_pop()
|
H A D | dt_as.c | 349 (void) dt_idhash_iter(dtp->dt_tls, dt_countvar, &n); in dt_as() 360 (void) dt_idhash_iter(dtp->dt_tls, dt_copyvar, pcb); in dt_as()
|
H A D | dt_open.c | 1051 dtp->dt_tls = dt_idhash_create("thread local", NULL, in dt_vopen() 1055 dtp->dt_globals == NULL || dtp->dt_tls == NULL) in dt_vopen() 1362 if (dtp->dt_tls != NULL) in dtrace_close() 1363 dt_idhash_destroy(dtp->dt_tls); in dtrace_close()
|
H A D | dt_impl.h | 222 dt_idhash_t *dt_tls; /* hash table of thread-local identifiers */ member
|
H A D | dt_cc.c | 1792 (void) dt_idhash_iter(dtp->dt_tls, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce() 2352 if (dtp->dt_tls->dh_nelems != 0) in dt_compile() 2353 (void) dt_idhash_iter(dtp->dt_tls, dt_idreset, NULL); in dt_compile()
|
H A D | dt_parser.c | 1562 dhp = dtp->dt_tls; in dt_node_decl() 2812 else if (dhp == dtp->dt_tls) in dt_xcook_ident() 3663 dhp = dtp->dt_tls; in dt_cook_op2()
|