HomeSort by: relevance | last modified time | path
    Searched defs:thr2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
test.c 84 void *thr2 = 0; local in function:main
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);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc 100 ThreadClock thr2(2); local in function:__tsan::TEST
101 thr2.tick();
106 thr2.acquire(&cache, &sync);
107 thr2.acquire(&cache, &sync);
  /src/sys/dev/ic/
bwi.c 5954 int32_t thr1, thr2; local in function:bwi_rf_set_nrssi_thr_11g
5970 thr2 = 0x27;
5973 thr2 = 0x2b;
5978 thr2 = _nrssi_threshold(&mac->mac_rf, 0xe);
5984 __SHIFTIN((uint32_t)thr2, NRSSI_THR2_MASK);

Completed in 19 milliseconds