Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
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()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2630 unsigned cur_epoch = (cur >> 8) / (cur & 0xff); in __tsan_testonly_barrier_wait() local
2631 if (cur_epoch != old_epoch) in __tsan_testonly_barrier_wait()