Home
last modified time | relevance | path

Searched refs:myidx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp209 u32 myidx = 0; in GetSync() local
216 if (UNLIKELY(myidx != 0)) { in GetSync()
218 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetSync()
231 if (LIKELY(myidx == 0)) { in GetSync()
232 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache); in GetSync()
233 mys = sync_alloc_.Map(myidx); in GetSync()
238 myidx | kFlagSync, memory_order_release)) { in GetSync()