Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dref_counted.h170 bool Release() const { return ReleaseImpl(); } in Release()
200 ALWAYS_INLINE bool ReleaseImpl() const { in ReleaseImpl() function
Dref_counted.cc42 return ReleaseImpl(); in Release()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc282 ReleaseImpl(thr, pc, &s->read_clock); in MutexReadUnlock()
312 ReleaseImpl(thr, pc, &s->read_clock); in MutexReadOrWriteUnlock()
322 ReleaseImpl(thr, pc, &s->clock); in MutexReadOrWriteUnlock()
399 ReleaseImpl(thr, pc, &s->clock); in Release()
444 void ReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c) { in ReleaseImpl() function
Dtsan_rtl_thread.cc63 ReleaseImpl(args->thr, 0, &sync); in OnCreated()
132 ReleaseImpl(thr, 0, &sync); in OnFinished()
Dtsan_interface_atomic.cc270 ReleaseImpl(thr, pc, &s->clock); in AtomicStore()
287 ReleaseImpl(thr, pc, &s->clock); in AtomicRMW()
412 ReleaseImpl(thr, pc, &s->clock); in AtomicCAS()
Dtsan_rtl.h748 void ReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c);