Searched refs:ReleaseImpl (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/memory/ |
D | ref_counted.h | 170 bool Release() const { return ReleaseImpl(); } in Release() 200 ALWAYS_INLINE bool ReleaseImpl() const { in ReleaseImpl() function
|
D | ref_counted.cc | 42 return ReleaseImpl(); in Release()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 282 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
|
D | tsan_rtl_thread.cc | 63 ReleaseImpl(args->thr, 0, &sync); in OnCreated() 132 ReleaseImpl(thr, 0, &sync); in OnFinished()
|
D | tsan_interface_atomic.cc | 270 ReleaseImpl(thr, pc, &s->clock); in AtomicStore() 287 ReleaseImpl(thr, pc, &s->clock); in AtomicRMW() 412 ReleaseImpl(thr, pc, &s->clock); in AtomicCAS()
|
D | tsan_rtl.h | 748 void ReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c);
|