Searched refs:GetSyncIfExists (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cpp61 SyncVar *s1 = m->GetSyncIfExists((uptr)&block[0]);
70 s1 = m->GetSyncIfExists((uptr)&block[0]);
72 s2 = m->GetSyncIfExists((uptr)&block[1]);
99 s1 = m->GetSyncIfExists((uptr)&block1[0]);
101 s2 = m->GetSyncIfExists((uptr)&block1[1]);
103 s1 = m->GetSyncIfExists((uptr)&block2[0]);
106 s2 = m->GetSyncIfExists((uptr)&block2[1]);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h118 SyncVar *GetSyncIfExists(uptr addr) { function in class:__tsan::MetaMap
H A Dtsan_rtl_mutex.cpp104 auto s = ctx->metamap.GetSyncIfExists(addr);
445 auto s = ctx->metamap.GetSyncIfExists(addr);
H A Dtsan_interface_atomic.cpp236 SyncVar *s = ctx->metamap.GetSyncIfExists((uptr)a);

Completed in 135 milliseconds