Home
last modified time | relevance | path

Searched refs:tnum (Results 1 – 14 of 14) sorted by relevance

/openbsd/regress/sys/kern/signal/sigpthread/
H A Dsigpthread.c167 for (tnum = 1; tnum < threadmax; tnum++) { in main()
168 arg = tnum; in main()
192 for (tnum = 0; tnum < threadmax; tnum++) { in main()
201 for (tnum = 1; tnum < threadmax; tnum++) { in main()
211 for (tnum = 0; tnum < threadmax; tnum++) { in main()
226 int tnum; in handler() local
229 for (tnum = 0; tnum < threadmax; tnum++) { in handler()
230 if (tid == threads[tnum]) in handler()
237 signaled[tnum]++; in handler()
247 int tnum = (int)arg; in runner() local
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dexec.t47 my $tnum = curr_test();
48 $exit = system qq{$Perl -le "print q{ok $tnum - interp system(EXPR)"}};
53 my $tnum = curr_test();
54 $exit = system qq{$Perl -le "print q{ok $tnum - split & direct system(EXPR)"}};
61 $tnum = curr_test();
63 "${quote}print q{ok $tnum - system(PROG, LIST)}${quote}";
170 my $tnum = curr_test();
172 print "not ok $tnum - exec failure doesn't terminate process " .
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dbuffer.t22 my $tnum = $num * 2;
24 $T->current_test($tnum);
25 print "ok $tnum - You're ok\n";
/openbsd/lib/libssl/test/
H A Dpkits-test.pl807 my ( $tnum, $title ) = @$_;
808 print "$tnum $title\n" if $verbose;
811 my ( $tnum, $title, $exp_ret ) = @$_;
837 print "$tnum $title : Failed!\n";
847 my ( $tnum, $title, $exargs, $exp_epol, $exp_aset, $exp_uset, $exp_ret )
931 print "$tnum $title : Failed!\n";
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dtls.exp47 proc get_me_variable {tnum} { argument
57 pass "$tnum thread print me"
60 fail "$tnum thread print me"
63 fail "$tnum thread print me (timeout)"
/openbsd/gnu/usr.bin/perl/t/io/
H A Dpipe.t40 my $tnum = curr_test;
42 exec $Perl, '-le', "print q{not ok $tnum - again}";
114 my $tnum = curr_test;
116 exec $Perl, '-le', "print q{not ok $tnum - with fh dup }";
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dstress.t98 my $tnum = shift;
112 while ($mutex != $tnum) {
114 if ($mutex == $tnum) {
/openbsd/usr.sbin/unbound/libunbound/
H A Dcontext.c191 int tnum = 0; in context_obtain_alloc() local
198 else tnum = ctx->thr_next_num++; in context_obtain_alloc()
209 alloc_init(a, &ctx->superalloc, tnum); in context_obtain_alloc()
/openbsd/sbin/unwind/libunbound/libunbound/
H A Dcontext.c191 int tnum = 0; in context_obtain_alloc() local
198 else tnum = ctx->thr_next_num++; in context_obtain_alloc()
209 alloc_init(a, &ctx->superalloc, tnum); in context_obtain_alloc()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dxtensa-relax.c1696 size_t tnum; local
1710 for (tnum = 0; tnum < transition_count; tnum++)
1712 const char *from_string = transitions[tnum].pattern;
1713 const char *to_string = transitions[tnum].replacement;
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dxtensa-relax.c1876 int i, tnum; in build_transition_table() local
1890 for (tnum = 0; tnum < transition_count; tnum++) in build_transition_table()
1892 const char *from_string = transitions[tnum].pattern; in build_transition_table()
1893 const char *to_string = transitions[tnum].replacement; in build_transition_table()
/openbsd/usr.bin/cvs/
H A Drcs.c1727 RCSNUM *tnum, *bnum; in rcs_rev_getlines() local
1740 tnum = frev; in rcs_rev_getlines()
1747 if (RCSNUM_ISBRANCHREV(tnum)) in rcs_rev_getlines()
1748 rcsnum_cpy(tnum, bnum, nextroot); in rcs_rev_getlines()
1750 rcsnum_cpy(tnum, bnum, tnum->rn_len); in rcs_rev_getlines()
1898 if (bnum != tnum) in rcs_rev_getlines()
/openbsd/regress/lib/libc/cephes/
H A Dieee.c961 unsigned long tnum; local
978 tnum = (((unsigned long) num[M]) << 16) + num[M+1];
981 if( (tdenm * 0xffffL) < tnum )
984 tquot = tnum / tdenm;
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm2102 print "not ok $tnum # TODO $why\n";