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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc200 u32 myidx = 0; local
212 if (myidx != 0) {
214 sync_alloc_.Free(&thr->sync_cache, myidx);
231 if (myidx == 0) {
233 myidx = sync_alloc_.Alloc(&thr->sync_cache);
234 mys = sync_alloc_.Map(myidx);
239 myidx | kFlagSync, memory_order_release)) {

Completed in 108 milliseconds