HomeSort by: relevance | last modified time | path
    Searched defs:myidx (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc 210 u32 myidx = 0; local in function:__tsan::MetaMap::GetAndLock
222 if (myidx != 0) {
224 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
241 if (myidx == 0) {
243 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache);
244 mys = sync_alloc_.Map(myidx);
249 myidx | kFlagSync, memory_order_release)) {

Completed in 42 milliseconds