Searched refs:alive (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_vm_thread_alive_check1.rb3 while t.alive?
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dchild.cpp53 // calls while still working correctly if this is the only thread alive.
62 if (state() == alive) {
65 if (state() == alive) {
67 if (state() == alive) { // could have been reaped by another thread
69 if (state() == alive) { // it... just... won't... die...
72 if (state() == alive) // stuck zombie
89 while (!ready() && state() == alive)
121 // Child was alive when last seen. Store service port and signal parent thread
H A Dauthhost.cpp190 if (state() != alive)
201 case Child::alive:
H A Dtokend.cpp49 case alive:
64 // The destructor for TokenDaemon *may* be called with tokend still alive.
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.5/
H A DMakefile3 BUILD= alive.html \
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dignore_test_drb.rb17 @ext.alive?
H A Dut_drb.rb162 es.stop_service if es.alive?
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dunixchild.cpp29 // be alive. Neither unborn nor dead children are included. This is important
67 assert(mState != alive); // not allowed by protocol
72 // Take a Child object that is not alive (i.e. is either unborn or dead),
79 case alive:
120 case alive:
144 case alive:
164 assert(mState == alive); // ... or don't bother us
181 // This will succeed (and do nothing) if the Child is not alive.
186 if (mState == alive)
189 secdebug("unixchild", "%p (pid %d) not alive; canno
[all...]
H A Dunixchild.h50 // Child keeps track of all alive children; Child::find<>() can locate them
61 alive, // last seen alive enumerator in enum:Security::UnixPlusPlus::Child::State
71 operator bool () const { return mState == alive; }
77 void kill(int signal); // send signal to child (if alive)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunixchild.cpp29 // be alive. Neither unborn nor dead children are included. This is important
67 assert(mState != alive); // not allowed by protocol
72 // Take a Child object that is not alive (i.e. is either unborn or dead),
79 case alive:
120 case alive:
144 case alive:
164 assert(mState == alive); // ... or don't bother us
181 // This will succeed (and do nothing) if the Child is not alive.
186 if (mState == alive)
189 secdebug("unixchild", "%p (pid %d) not alive; canno
[all...]
H A Dunixchild.h50 // Child keeps track of all alive children; Child::find<>() can locate them
61 alive, // last seen alive enumerator in enum:Security::UnixPlusPlus::Child::State
71 operator bool () const { return mState == alive; }
77 void kill(int signal); // send signal to child (if alive)
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DADCE.cpp53 SmallPtrSet<Instruction*, 128> alive; local
62 alive.insert(I.getInstructionIterator());
72 if (alive.insert(Inst))
81 if (!alive.count(I.getInstructionIterator())) {
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dextserv.rb39 def alive?
40 @server ? @server.alive? : false
H A Dextservm.rb40 return server if server && server.alive?
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dlua_dbd.h32 int alive; member in struct:__anon6269
H A Dlua_dbd.c67 if (db && db->alive) {
80 db->alive = 0;
101 if (db && db->alive) {
113 db->alive = 0;
133 if (db && db->alive) {
163 if (db && db->alive)
207 if (db && db->alive) {
321 if (db && db->alive) {
413 if (st->db && st->db->alive) {
504 if (st->db && st->db->alive) {
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor_pager.h69 (object)->alive) \
81 (object)->alive) { \
/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dmulti-irb.rb66 # Raises an IrbAlreadyDead exception if the given +key+ is no longer alive.
72 IRB.fail IrbAlreadyDead unless th.alive?
89 IRB.fail IrbAlreadyDead unless th.alive?
155 if th.alive?
220 if parent_thread.alive?
/macosx-10.10/ruby-106/ruby/test/thread/
H A Dtest_sync.rb52 sleep 0.1 while t.alive?
/macosx-10.10/ruby-106/ruby/lib/rinda/
H A Dtuplespace.rb45 def alive?
355 tuple.alive? && template.match(tuple)
364 tuple.alive? && template.match(tuple)
370 # +tuple+ and are alive.
374 template.alive? && template.match(tuple)
386 if tuple.alive?
617 return if @keeper && @keeper.alive?
/macosx-10.10/ruby-106/ruby/test/rinda/
H A Dtest_rinda.rb111 while th.alive?
122 assert(tuple.alive?)
417 assert(!tuple.alive?)
422 assert(tuple.alive?)
425 assert(!tuple.alive?)
431 assert(tuple.alive?)
435 assert(tuple.alive?)
438 assert(!tuple.alive?)
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_fiber.rb171 assert_equal(true, fib.alive?)
173 assert_equal(true, fib.alive?)
175 assert_equal(false, fib.alive?)
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/servers/
H A Dls_defs.h196 u_int alive; member in struct:__anon15224
/macosx-10.10/ruby-106/ruby/test/io/console/
H A Dtest_io_console.rb49 th.kill if th and th.alive?
67 th.kill if th and th.alive?
/macosx-10.10/sudo-73/src/
H A Dexec_pty.c720 * Returns TRUE if command is still alive, else FALSE.
727 int status, alive = TRUE; local
750 return alive; /* XXX */
754 alive = FALSE;
756 return alive;
779 int alive = TRUE; local
929 n = select(maxfd + 1, fdsr, NULL, NULL, alive ? NULL : &tv);
953 alive = FALSE;
993 if (alive) {

Completed in 220 milliseconds

123