Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A 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/tools/test/stress2/misc/
H A Dvmstat.sh37 (cd ../testcases/thr1; ./thr1 -t 1m -i 20 -l 100 > /dev/null) & # churn
H A Ddevfs2.sh68 thr1(void *arg)
97 if ((r = pthread_create(&threads[0], NULL, thr1, 0)) != 0)
H A Ddevfd.sh76 thr1(void *arg __unused)
120 if ((r = pthread_create(&p1, NULL, thr1, NULL)) != 0)
H A Dkevent.sh73 thr1(void *arg)
158 if ((r = pthread_create(&threads[0], NULL, thr1, 0)) != 0)
H A Dkevent2.sh68 thr1(void *arg)
154 if ((r = pthread_create(&threads[0], NULL, thr1, 0)) != 0)
/freebsd/tools/test/stress2/testcases/thr2/
H A Dthr2.c55 thr1(void *arg __unused) in thr1() function
76 if ((r = pthread_create(&threads[i], NULL, thr1, 0)) != 0) in test()
/freebsd/lib/libstdthreads/
H A Dthrd.c89 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument
92 return (pthread_equal(thr0, thr1)); in thrd_equal()
/freebsd/tools/test/stress2/testcases/thr1/
H A DMakefile1 PROG= thr1
/freebsd/tools/test/stress2/testcases/
H A DMakefile24 thr1 \
/freebsd/tools/test/stress2/
H A Ddefault.cfg48 testcases/thr1/thr1
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
2196 thr1 = 0x2b; in bwi_rf_set_nrssi_thr_11g()
2199 thr1 = 0x2d; in bwi_rf_set_nrssi_thr_11g()
2204 thr1 = _nrssi_threshold(&mac->mac_rf, 0x11); in bwi_rf_set_nrssi_thr_11g()
2211 thr = __SHIFTIN((uint32_t)thr1, NRSSI_THR1_MASK) | in bwi_rf_set_nrssi_thr_11g()