HomeSort by: relevance | last modified time | path
    Searched defs:ref_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 86 static atomic_uint32_t *ref_ptr(ClockBlock *cb) { function in namespace:__tsan
93 atomic_uint32_t *ref = ref_ptr(cb);
263 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed);
301 atomic_uint32_t *ref = ref_ptr(dst->tab_);
305 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed);
420 atomic_store_relaxed(ref_ptr(tab_), 1);
460 atomic_uint32_t *ref = ref_ptr(tab_);
508 return atomic_load_relaxed(ref_ptr(tab_)) == 1;
tsan_clock.cc 86 static atomic_uint32_t *ref_ptr(ClockBlock *cb) { function in namespace:__tsan
93 atomic_uint32_t *ref = ref_ptr(cb);
263 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed);
301 atomic_uint32_t *ref = ref_ptr(dst->tab_);
305 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed);
420 atomic_store_relaxed(ref_ptr(tab_), 1);
460 atomic_uint32_t *ref = ref_ptr(tab_);
508 return atomic_load_relaxed(ref_ptr(tab_)) == 1;

Completed in 21 milliseconds