| tsan_sync.cc | 211 SyncVar *mys = 0; local in function:__tsan::MetaMap::GetAndLock 223 mys->Reset(thr->proc()); 244 mys = sync_alloc_.Map(myidx); 245 mys->Init(thr, pc, addr, uid); 247 mys->next = idx0; 251 mys->mtx.Lock(); 253 mys->mtx.ReadLock(); 254 return mys;
|