/src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
test.c | 82 void *thr1 = 0; local in function:main 83 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); 87 __tsan_func_enter(thr1, (char*)&foobar + 1); 88 __tsan_func_enter(thr1, (char*)&foobar + 1); 89 __tsan_write(thr1, buf, (char*)&barfoo + 1); 90 __tsan_acquire(thr1, buf); 91 __tsan_func_exit(thr1); 92 __tsan_func_exit(thr1); 93 __tsan_go_end(thr1);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_rtl_thread.cc | 77 ThreadState *thr1 = static_cast<ThreadState*>(arg); local in function:__tsan::ThreadContext::OnDetached 78 sync.Reset(&thr1->proc()->clock_cache);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
tsan_clock_test.cc | 98 ThreadClock thr1(1); local in function:__tsan::TEST 99 thr1.tick(); 104 thr1.ReleaseStore(&cache, &sync); 370 ThreadClock *thr1[kThreads]; local in function:__tsan::ClockFuzzer 375 thr1[i] = new ThreadClock(i, reused[i]); 392 thr1[tid]->tick(); 399 thr1[tid]->acquire(&cache, sync1[cid]); 405 thr1[tid]->release(&cache, sync1[cid]); 411 thr1[tid]->acq_rel(&cache, sync1[cid]); 417 thr1[tid]->ReleaseStore(&cache, sync1[cid]) [all...] |
/src/sys/dev/ic/ |
bwi.c | 5954 int32_t thr1, thr2; local in function:bwi_rf_set_nrssi_thr_11g 5969 thr1 = 0x2b; 5972 thr1 = 0x2d; 5977 thr1 = _nrssi_threshold(&mac->mac_rf, 0x11); 5983 thr = __SHIFTIN((uint32_t)thr1, NRSSI_THR1_MASK) |
|