Home
last modified time | relevance | path

Searched refs:tsd_state_nominal (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h182 tsd_state_nominal = 0, enumerator
338 assert(state == tsd_state_nominal || \
405 bool fast = (tsd_state_get(tsd) == tsd_state_nominal); in tsd_fast()
422 if (unlikely(tsd_state_get(tsd) != tsd_state_nominal)) { in tsd_fetch_impl()
/src/contrib/jemalloc/src/
H A Dtsd.c166 return tsd_state_nominal; in tsd_state_compute()
293 tsd_state_set(tsd, tsd_state_nominal); in tsd_fetch_slow()
307 tsd_state_set(tsd, tsd_state_nominal); in tsd_fetch_slow()
406 case tsd_state_nominal: in tsd_cleanup()
H A Dthread_event.c203 if (tsd_state_get(tsd) != tsd_state_nominal) { in te_recompute_fast_threshold()
216 if (tsd_state_get(tsd) != tsd_state_nominal) { in te_recompute_fast_threshold()