Lines Matching refs:tsdn_t
140 static bool prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx);
142 static bool prof_tdata_should_destroy(tsdn_t *tsdn, prof_tdata_t *tdata,
146 static char *prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name);
241 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_malloc_sample_object()
553 prof_gctx_create(tsdn_t *tsdn, prof_bt_t *bt) { in prof_gctx_create()
614 prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx) { in prof_tctx_should_destroy()
926 tsdn_t *tsdn; in prof_tdata_count()
1056 prof_tctx_merge_tdata(tsdn_t *tsdn, prof_tctx_t *tctx, prof_tdata_t *tdata) { in prof_tctx_merge_tdata()
1087 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) { in prof_tctx_merge_gctx()
1100 tsdn_t *tsdn = (tsdn_t *)arg; in prof_tctx_merge_iter()
1120 tsdn_t *tsdn;
1154 tsdn_t *tsdn = (tsdn_t *)arg; in prof_tctx_finish_iter()
1179 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) { in prof_dump_gctx_prep()
1198 tsdn_t *tsdn;
1265 tsdn_t *tsdn;
1326 prof_dump_header_impl(tsdn_t *tsdn, bool propagate_err, in prof_dump_header_impl()
1347 prof_dump_gctx(tsdn_t *tsdn, bool propagate_err, prof_gctx_t *gctx, in prof_dump_gctx()
1527 tsdn_t *tsdn;
1762 prof_accum_init(tsdn_t *tsdn, prof_accum_t *prof_accum) { in prof_accum_init()
1778 prof_idump(tsdn_t *tsdn) { in prof_idump()
1835 prof_gdump(tsdn_t *tsdn) { in prof_gdump()
1891 prof_thr_uid_alloc(tsdn_t *tsdn) { in prof_thr_uid_alloc()
1966 prof_tdata_should_destroy(tsdn_t *tsdn, prof_tdata_t *tdata, in prof_tdata_should_destroy()
2036 prof_tdata_expire(tsdn_t *tsdn, prof_tdata_t *tdata) { in prof_tdata_expire()
2055 tsdn_t *tsdn = (tsdn_t *)arg; in prof_tdata_reset_iter()
2102 prof_active_get(tsdn_t *tsdn) { in prof_active_get()
2112 prof_active_set(tsdn_t *tsdn, bool active) { in prof_active_set()
2134 prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name) { in prof_thread_name_alloc()
2218 prof_thread_active_init_get(tsdn_t *tsdn) { in prof_thread_active_init_get()
2228 prof_thread_active_init_set(tsdn_t *tsdn, bool active_init) { in prof_thread_active_init_set()
2239 prof_gdump_get(tsdn_t *tsdn) { in prof_gdump_get()
2249 prof_gdump_set(tsdn_t *tsdn, bool gdump) { in prof_gdump_set()
2401 prof_prefork0(tsdn_t *tsdn) { in prof_prefork0()
2418 prof_prefork1(tsdn_t *tsdn) { in prof_prefork1()
2429 prof_postfork_parent(tsdn_t *tsdn) { in prof_postfork_parent()
2452 prof_postfork_child(tsdn_t *tsdn) { in prof_postfork_child()