Searched refs:ReleaseImpl (Results 1 – 4 of 4) sorted by relevance
/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);
|