Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dretained.c73 unsigned cur_epoch; in thd_start() local
75 while ((cur_epoch = atomic_load_u(&epoch, ATOMIC_ACQUIRE)) != in thd_start()
79 assert_u_eq(cur_epoch, next_epoch, "Unexpected epoch"); in thd_start()