Home
last modified time | relevance | path

Searched refs:dt_tls (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c155 (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 Ddt_as.c349 (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 Ddt_open.c1051 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 Ddt_impl.h222 dt_idhash_t *dt_tls; /* hash table of thread-local identifiers */ member
H A Ddt_cc.c1792 (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 Ddt_parser.c1562 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()