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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_sync.cc136 u32 myidx = 0; local
148 if (myidx != 0) {
150 sync_alloc_.Free(&thr->sync_cache, myidx);
167 if (myidx == 0) {
169 myidx = sync_alloc_.Alloc(&thr->sync_cache);
170 mys = sync_alloc_.Map(myidx);
175 myidx | kFlagSync, memory_order_release)) {

Completed in 75 milliseconds