Home
last modified time | relevance | path

Searched refs:thr1 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
Dtest.c83 void *thr1 = 0; in main() local
84 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main()
88 __tsan_func_enter(thr1, (char*)&foobar + 1); in main()
89 __tsan_func_enter(thr1, (char*)&foobar + 1); in main()
90 __tsan_write(thr1, buf, (char*)&barfoo + 1); in main()
91 __tsan_acquire(thr1, buf); in main()
92 __tsan_func_exit(thr1); in main()
93 __tsan_func_exit(thr1); in main()
94 __tsan_go_end(thr1); in main()
/freebsd-12-stable/lib/libstdthreads/
Dthrd.c93 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument
96 return (pthread_equal(thr0, thr1)); in thrd_equal()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp74 ThreadState *thr1 = static_cast<ThreadState*>(arg); in OnDetached() local
75 sync.Reset(&thr1->proc()->clock_cache); in OnDetached()
/freebsd-12-stable/sys/dev/bwi/
Dbwirf.c2183 int32_t thr1, thr2; in bwi_rf_set_nrssi_thr_11g() local
2198 thr1 = 0x2b; in bwi_rf_set_nrssi_thr_11g()
2201 thr1 = 0x2d; in bwi_rf_set_nrssi_thr_11g()
2206 thr1 = _nrssi_threshold(&mac->mac_rf, 0x11); in bwi_rf_set_nrssi_thr_11g()
2213 thr = __SHIFTIN((uint32_t)thr1, NRSSI_THR1_MASK) | in bwi_rf_set_nrssi_thr_11g()