Searched refs:thr2 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/go/ |
| 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()
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/t/ |
| D | basic.t | 129 my $thr2 = threads->create(sub {}); 133 ok(20, $thr1 != $thr2, 'Treads not equal'); 134 ok(21, !($thr1 == $thr2), 'Treads not equal'); 139 ok(25, $thr2->_handle(), 'Handle method'); 142 ok(27, threads->object($thr2->tid())->tid() == 12, 'Object method'); 145 $thr2->join();
|
| D | thread.t | 112 my $thr2 = threads->create(\&testsprintf, 16); 127 ok($thr2->join());
|
| /openbsd/src/gnu/usr.bin/perl/lib/ |
| D | Thread.t | 48 my ($thr2) = Thread->list; 49 ok($thr2->equal($thr), '->list returned thread');
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlthrtut.pod | 239 my $thr2 = threads->create(\&sub1, @ParamList); 345 my $thr2 = threads->new(\&thrsub, "test2"); 355 $thr2->join(); 429 my $thr2 = threads->create(\&sub2); 432 $thr2->join(); 455 my $thr2 = threads->create(sub { $z = $x; $x = $z + 1; }); 457 $thr2->join(); 508 my $thr2 = threads->create(\&calc); 511 $thr2->join(); 582 my $thr2 = threads->create(sub { [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/ |
| D | threads.xs | 1564 ithread *thr2 = INT2PTR(ithread *, SvIV(SvRV(ST(1)))); 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 5717 thr2 = 0x27; in bwi_rf_set_nrssi_thr_11g() 5720 thr2 = 0x2b; in bwi_rf_set_nrssi_thr_11g() 5725 thr2 = _nrssi_threshold(&mac->mac_rf, 0xe); in bwi_rf_set_nrssi_thr_11g() 5731 __SHIFTIN((uint32_t)thr2, NRSSI_THR2_MASK); in bwi_rf_set_nrssi_thr_11g()
|