Searched refs:thr1 (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/go/ |
| 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()
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/t/ |
| D | basic.t | 128 my $thr1 = threads->create(sub {}); 130 my $thr3 = threads->object($thr1->tid()); 133 ok(20, $thr1 != $thr2, 'Treads not equal'); 134 ok(21, !($thr1 == $thr2), 'Treads not equal'); 135 ok(22, $thr1 == $thr3, 'Threads equal'); 136 ok(23, !($thr1 != $thr3), 'Threads equal'); 138 ok(24, $thr1->_handle(), 'Handle method'); 141 ok(26, threads->object($thr1->tid())->tid() == 11, 'Object method'); 144 $thr1->join(); 158 $thr1 = threads->create(sub {}); [all …]
|
| D | thread.t | 111 my $thr1 = threads->create(\&testsprintf, 15); 126 ok($thr1->join());
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlthrtut.pod | 237 my $thr1 = threads->create(\&sub1, 'Param 1', 'Param 2', $Param3); 344 my $thr1 = threads->new(\&thrsub, "test1"); 354 $thr1->join(); 428 my $thr1 = threads->create(\&sub1); 431 $thr1->join(); 454 my $thr1 = threads->create(sub { $y = $x; $x = $y + 1; }); 456 $thr1->join(); 507 my $thr1 = threads->create(\&calc); 510 $thr1->join(); 577 my $thr1 = threads->create(sub { [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/ |
| D | threads.xs | 1563 ithread *thr1 = INT2PTR(ithread *, SvIV(SvRV(ST(0)))); variable 1565 are_equal = (thr1->tid == thr2->tid);
|
| /openbsd/src/sys/dev/ic/ |
| D | bwi.c | 5701 int32_t thr1, thr2; in bwi_rf_set_nrssi_thr_11g() local 5716 thr1 = 0x2b; in bwi_rf_set_nrssi_thr_11g() 5719 thr1 = 0x2d; in bwi_rf_set_nrssi_thr_11g() 5724 thr1 = _nrssi_threshold(&mac->mac_rf, 0x11); in bwi_rf_set_nrssi_thr_11g() 5730 thr = __SHIFTIN((uint32_t)thr1, NRSSI_THR1_MASK) | in bwi_rf_set_nrssi_thr_11g()
|