Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dtsd.c159 if (!tsd_nominal(tsd)) { in tsd_state_compute()
249 assert(!tsd_nominal(tsd)); in assert_tsd_data_cleanup_done()
H A Dthread_event.c259 bool allow_event_trigger = tsd_nominal(tsd) && in te_event_trigger()
H A Dprof.c184 if (!tsd_nominal(tsd) || tsd_reentrancy_level_get(tsd) > 0) { in prof_tctx_create()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dthread_event.h251 if (unlikely(!tsd_nominal(tsd) || tsd_reentrancy_level_get(tsd) > 0)) { in te_prof_sample_event_lookahead_surplus()
H A Dprof_inlines.h50 if (tsd_nominal(tsd)) { in prof_tdata_get()
H A Dtsd.h453 tsd_nominal(tsd_t *tsd) { in tsd_nominal() function