Searched refs:thr2 (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | test.c | 85 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 D | sysctl4.sh | 33 (cd ../testcases/thr2; ./thr2 -t 1h -i 20 -l 100 > /dev/null 2>&1) & 53 pkill thr2
|
H A D | devfs2.sh | 82 thr2(void *arg) 99 if ((r = pthread_create(&threads[1], NULL, thr2, 0)) != 0)
|
H A D | devfd.sh | 93 thr2(void *arg __unused) 122 if ((r = pthread_create(&p2, NULL, thr2, NULL)) != 0)
|
H A D | kevent.sh | 115 thr2(void *arg) 160 if ((r = pthread_create(&threads[1], NULL, thr2, 0)) != 0)
|
H A D | kevent2.sh | 116 thr2(void *arg) 156 if ((r = pthread_create(&threads[1], NULL, thr2, 0)) != 0)
|
/freebsd/tools/test/stress2/testcases/thr2/ |
H A D | thr2.c | 61 thr2(void *arg __unused) in thr2() function 84 if ((r = pthread_create(&threads[i], NULL, thr2, 0)) != 0) in test()
|
H A D | Makefile | 1 PROG= thr2
|
/freebsd/tools/test/stress2/testcases/ |
H A D | Makefile | 25 thr2 \
|
/freebsd/tools/test/stress2/ |
H A D | load.cfg | 18 EXCLUDETESTS="sysctl|swap|tcp|udp|syscall|mmap|socket|thr|thr1|thr2|shm|badcode"
|
/freebsd/sys/dev/bwi/ |
H A D | bwirf.c | 2181 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()
|