Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtsd.c181 tsd_state_set(tsd_t *tsd, uint8_t new_state) { in tsd_state_set() function
285 tsd_state_set(tsd, tsd_state_nominal); in tsd_fetch_slow()
292 tsd_state_set(tsd, tsd_state_minimal_initialized); in tsd_fetch_slow()
299 tsd_state_set(tsd, tsd_state_nominal); in tsd_fetch_slow()
308 tsd_state_set(tsd, tsd_state_reincarnated); in tsd_fetch_slow()
394 tsd_state_set(tsd, tsd_state_purgatory); in tsd_cleanup()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h111 void tsd_state_set(tsd_t *tsd, uint8_t new_state);
374 tsd_state_set(tsd, tsd_state_reincarnated); in tsd_internal_fetch()
H A Dprivate_namespace.h410 #define tsd_state_set JEMALLOC_N(tsd_state_set) macro