Home
last modified time | relevance | path

Searched refs:tsd_atomic_exchange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h176 # define tsd_atomic_exchange atomic_exchange_u8 macro
181 # define tsd_atomic_exchange atomic_exchange_u32 macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c175 old_state = tsd_atomic_exchange(&tsd->state, new_state, in tsd_slow_update()