Home
last modified time | relevance | path

Searched refs:thr2 (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c85 void *thr2 = 0; in main() local
86 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main()
98 __tsan_func_enter(thr2, (char*)&foobar + 1); in main()
99 __tsan_read(thr2, buf, (char*)&barfoo + 1); in main()
101 __tsan_func_exit(thr2); in main()
102 __tsan_go_end(thr2); in main()
/freebsd/tools/test/stress2/misc/
H A Dsysctl4.sh33 (cd ../testcases/thr2; ./thr2 -t 1h -i 20 -l 100 > /dev/null 2>&1) &
53 pkill thr2
H A Ddevfs2.sh82 thr2(void *arg)
99 if ((r = pthread_create(&threads[1], NULL, thr2, 0)) != 0)
H A Ddevfd.sh93 thr2(void *arg __unused)
122 if ((r = pthread_create(&p2, NULL, thr2, NULL)) != 0)
H A Dkevent.sh115 thr2(void *arg)
160 if ((r = pthread_create(&threads[1], NULL, thr2, 0)) != 0)
H A Dkevent2.sh116 thr2(void *arg)
156 if ((r = pthread_create(&threads[1], NULL, thr2, 0)) != 0)
/freebsd/tools/test/stress2/testcases/thr2/
H A Dthr2.c61 thr2(void *arg __unused) in thr2() function
84 if ((r = pthread_create(&threads[i], NULL, thr2, 0)) != 0) in test()
H A DMakefile1 PROG= thr2
/freebsd/tools/test/stress2/testcases/
H A DMakefile25 thr2 \
/freebsd/tools/test/stress2/
H A Dload.cfg18 EXCLUDETESTS="sysctl|swap|tcp|udp|syscall|mmap|socket|thr|thr1|thr2|shm|badcode"
/freebsd/sys/dev/bwi/
H A Dbwirf.c2181 int32_t thr1, thr2; in bwi_rf_set_nrssi_thr_11g() local
2197 thr2 = 0x27; in bwi_rf_set_nrssi_thr_11g()
2200 thr2 = 0x2b; in bwi_rf_set_nrssi_thr_11g()
2205 thr2 = _nrssi_threshold(&mac->mac_rf, 0xe); in bwi_rf_set_nrssi_thr_11g()
2212 __SHIFTIN((uint32_t)thr2, NRSSI_THR2_MASK); in bwi_rf_set_nrssi_thr_11g()