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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc210 u32 myidx = 0; local
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)) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc208 u32 myidx = 0; local
220 if (myidx != 0) {
222 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
239 if (myidx == 0) {
241 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache);
242 mys = sync_alloc_.Map(myidx);
247 myidx | kFlagSync, memory_order_release)) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.cpp198 u32 myidx = 0; local
205 if (UNLIKELY(myidx != 0)) {
207 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
220 if (LIKELY(myidx == 0)) {
222 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache);
223 mys = sync_alloc_.Map(myidx);
228 myidx | kFlagSync, memory_order_release)) {

Completed in 152 milliseconds