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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc201 SyncVar *mys = 0; local
213 mys->Reset(thr);
234 mys = sync_alloc_.Map(myidx);
235 mys->Init(thr, pc, addr, uid);
237 mys->next = idx0;
241 mys->mtx.Lock();
243 mys->mtx.ReadLock();
244 return mys;

Completed in 49 milliseconds