Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 73) sorted by relevance

123

/openbsd/src/regress/sys/kern/pipe/
Dtest-close.c34 static volatile sig_atomic_t alive = 1; variable
53 ctx1.c_alive = &alive; in test_close_race()
58 ctx2.c_alive = &alive; in test_close_race()
64 while (alive) { in test_close_race()
66 alive = 0; in test_close_race()
101 alive = 0; in sighandler()
Dtest-kqueue.c216 int alive; in ctx_thread_alive() local
219 alive = ctx->c_alive; in ctx_thread_alive()
221 return alive; in ctx_thread_alive()
/openbsd/src/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/
Dsimplehost.pl11 my $alive = 1;
13 while ($alive)
28 $alive = 0;
/openbsd/src/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/
Dsimplehost.pl11 my $alive = 1;
13 while ($alive)
28 $alive = 0;
/openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
Dkeepalive-05.txt1 Not HTTP/1.1 with keep-alive
9 Connection: keep-alive
/openbsd/src/sys/dev/isa/
Dast.c180 int alive = sc->sc_alive; in astintr() local
183 bits = ~bus_space_read_1(iot, sc->sc_slaveioh[3], 7) & alive; in astintr()
196 bits = ~bus_space_read_1(iot, sc->sc_slaveioh[3], 7) & alive; in astintr()
Dboca.c177 int alive = sc->sc_alive; in bocaintr() local
180 bits = bus_space_read_1(iot, sc->sc_slaveioh[0], 7) & alive; in bocaintr()
197 bits = bus_space_read_1(iot, sc->sc_slaveioh[0], 7) & alive; in bocaintr()
/openbsd/src/lib/libkvm/
Dkvm_private.h89 int alive; /* Dead or alive. */ member
90 #define ISALIVE(kd) ((kd)->alive)
Dkvm.c188 kd->alive = 0; in _kvm_open()
207 kd->alive = 1; in _kvm_open()
248 kd->alive = 1; in _kvm_open()
644 kd->alive = 0; in kvm_close()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp36 uptr total, running, alive; in CheckThreadQuantity() local
37 registry->GetNumberOfThreads(&total, &running, &alive); in CheckThreadQuantity()
40 EXPECT_EQ(exp_alive, alive); in CheckThreadQuantity()
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DMirrors.pm609 my ($alive,$rtt) = eval { $ping->ping($self->hostname); };
611 if ($verbose && !$alive) {
615 $self->{rtt} = $alive ? $rtt : undef;
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cpp123 uptr *alive) { in GetNumberOfThreads() argument
128 if (alive) *alive = alive_threads_; in GetNumberOfThreads()
Dsanitizer_thread_registry.h95 uptr *alive = nullptr);
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DLiveVariables.cpp73 bool alive = false; in isLive() local
75 alive |= liveBindings.contains(BD); in isLive()
80 alive |= liveDecls.contains(DD); in isLive()
81 return alive; in isLive()
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpty_spawn.py682 alive = ptyproc.isalive()
684 if not alive:
690 return alive
/openbsd/src/sys/arch/armv7/omap/
Dif_cpsw.c285 uint32_t alive, link; in cpsw_mdio_init() local
296 alive = bus_space_read_4(sc->sc_bst, sc->sc_bsh, MDIOALIVE) & 3; in cpsw_mdio_init()
297 if (alive) in cpsw_mdio_init()
302 if (alive == 0) { in cpsw_mdio_init()
309 if (alive == 3) { in cpsw_mdio_init()
313 } else if (alive == 2) in cpsw_mdio_init()
/openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/t/
D190_alarm.t45 # It does not matter if alive or not
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dtls.exp165 gdb_test "b [gdb_get_line_number "still alive"]" \
/openbsd/src/games/sail/
Ddr_1.c399 if (alive) in next()
400 alive = 0; in next()
Dglobals.c556 int alive; variable
Dextern.h295 extern int alive;
Dsync.c469 alive = 1; in sync_update()
/openbsd/src/distrib/notes/hppa/
Dprep36 dnl At least mine is still alive, and I have played a lot with its
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/
DCpan.pm1048 my( $alive, $rtt ) = eval{ $ping->ping( $url->host ) };
1049 $alive ? $rtt : undef;
/openbsd/src/sys/net/
Difq.c483 volatile unsigned int *alive) in ifq_deq_sleep() argument
508 if (!(*alive)) { in ifq_deq_sleep()

123