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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtest.c84 void *thr2 = 0; local
85 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1);
97 __tsan_func_enter(thr2, (char*)&foobar + 1);
98 __tsan_read(thr2, buf, (char*)&barfoo + 1);
100 __tsan_func_exit(thr2);
101 __tsan_go_end(thr2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc100 ThreadClock thr2(2);
101 thr2.tick();
106 thr2.acquire(&cache, &sync);
107 thr2.acquire(&cache, &sync);
/netbsd-current/sys/dev/ic/
H A Dbwi.c5874 int32_t thr1, thr2; local
5890 thr2 = 0x27;
5893 thr2 = 0x2b;
5898 thr2 = _nrssi_threshold(&mac->mac_rf, 0xe);
5904 __SHIFTIN((uint32_t)thr2, NRSSI_THR2_MASK);

Completed in 109 milliseconds