Searched refs:ReleaseImpl (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 281 ReleaseImpl(thr, pc, &s->read_clock); in MutexReadUnlock() 311 ReleaseImpl(thr, pc, &s->read_clock); in MutexReadOrWriteUnlock() 321 ReleaseImpl(thr, pc, &s->clock); in MutexReadOrWriteUnlock() 388 ReleaseImpl(thr, pc, &s->clock); in Release() 433 void ReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c) { in ReleaseImpl() function
|
D | tsan_rtl_thread.cc | 63 ReleaseImpl(args->thr, 0, &sync); in OnCreated() 137 ReleaseImpl(thr, 0, &sync); in OnFinished()
|
D | tsan_interface_atomic.cc | 293 ReleaseImpl(thr, pc, &s->clock); in AtomicStore() 310 ReleaseImpl(thr, pc, &s->clock); in AtomicRMW() 435 ReleaseImpl(thr, pc, &s->clock); in AtomicCAS()
|
D | tsan_rtl.h | 709 void ReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c);
|