Searched refs:thr1 (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | test.c | 83 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 D | vmstat.sh | 37 (cd ../testcases/thr1; ./thr1 -t 1m -i 20 -l 100 > /dev/null) & # churn
|
H A D | devfs2.sh | 68 thr1(void *arg) 97 if ((r = pthread_create(&threads[0], NULL, thr1, 0)) != 0)
|
H A D | devfd.sh | 76 thr1(void *arg __unused) 120 if ((r = pthread_create(&p1, NULL, thr1, NULL)) != 0)
|
H A D | kevent.sh | 73 thr1(void *arg) 158 if ((r = pthread_create(&threads[0], NULL, thr1, 0)) != 0)
|
H A D | kevent2.sh | 68 thr1(void *arg) 154 if ((r = pthread_create(&threads[0], NULL, thr1, 0)) != 0)
|
/freebsd/tools/test/stress2/testcases/thr2/ |
H A D | thr2.c | 55 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 D | thrd.c | 89 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 D | Makefile | 1 PROG= thr1
|
/freebsd/tools/test/stress2/testcases/ |
H A D | Makefile | 24 thr1 \
|
/freebsd/tools/test/stress2/ |
H A D | default.cfg | 48 testcases/thr1/thr1
|
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 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()
|