Searched refs:dead (Results 1 - 25 of 94) sorted by relevance

1234

/macosx-10.10/BerkeleyDB-21/db/test/
H A Ddead003.tcl42 $testdir/dead$tnum.log.$i"
46 $testdir/dead$tnum.log.$i $testdir \
53 set dead 0
57 set did [open $testdir/dead$tnum.log.$i]
60 DEADLOCK { incr dead }
67 puts "\tDead$tnum: dead check..."
68 dead_check $t $n 0 $dead $clean $other
71 # correct number of dead/clean procs, as
82 set did [open $testdir/dead$tnum.log.$l]
94 fileremove -f $testdir/dead
[all...]
H A Ddead001.tcl48 ddscript.tcl $testdir/dead$tnum.log.$i \
51 ddscript.tcl $testdir/dead$tnum.log.$i \
58 set dead 0
62 set did [open $testdir/dead$tnum.log.$i]
65 DEADLOCK { incr dead }
73 puts "\tDead$tnum: dead check..."
74 dead_check $t $n $timeout $dead $clean $other
83 fileremove -f $testdir/dead$tnum.log.$i
H A Ddead002.tcl39 ddscript.tcl $testdir/dead$tnum.log.$i \
42 ddscript.tcl $testdir/dead$tnum.log.$i \
54 set dead 0
58 set did [open $testdir/dead$tnum.log.$i]
61 DEADLOCK { incr dead }
69 puts "\tDead$tnum: dead check ..."
70 dead_check $t $n $timeout $dead $clean $other
77 fileremove -f $testdir/dead$tnum.log.$i
H A Ddead004.tcl53 $testdir/dead$tnum.log.$i \
57 ddoyscript.tcl $testdir/dead$tnum.log.$i \
65 set dead 0
69 set did [open $testdir/dead$tnum.log.$i]
72 DEADLOCK { incr dead }
81 puts "\tDead$tnum: dead check..."
82 dead_check oldyoung $n 0 $dead $clean $other
86 set did [open $testdir/dead$tnum.log.0]
91 set did [open $testdir/dead$tnum.log.[expr $procs - 1]]
103 fileremove -f $testdir/dead
[all...]
H A Ddead005.tcl38 $testdir/dead$tnum.log.$i \
42 ddscript.tcl $testdir/dead$tnum.log.$i \
49 set dead 0
53 set did [open $testdir/dead$tnum.log.$i]
56 DEADLOCK { incr dead }
64 puts "\tDead$tnum: dead check..."
65 dead_check $t $n 0 $dead $clean $other
74 set did [open $testdir/dead$tnum.log.$f]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dschedule.c78 sched->dead = 1;
82 if (!sched->dead) {
107 new_sched->dead = 0;
153 if (sc->dead)
170 if (sc->dead)
188 sc->dead = 1;
201 sc->dead = 1;
213 sc->dead = 1;
H A Dschedule.h49 int dead; /* dead or alive */ member in struct:sched
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/lock/
H A DMakefile3 BUILD= am_conv.html cam_conv.html config.html dead.html deaddbg.html \
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWTimeoutQ.cpp174 AbsoluteTime now, dead; local
189 dead = fTimeoutQ.fHead->getDeadline();
190 if(CMP_ABSOLUTETIME(&dead, &now) == 1)
201 if(CMP_ABSOLUTETIME(&dead, &fTimeoutQ.fHead->getDeadline()) != 0)
/macosx-10.10/vim-55/runtime/keymap/
H A Daccents.vim1 " Vim Keymap file for latin1 accents through dead characters
/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
38 // is called, the child has already transitioned to "dead" state and is no longer
72 // Take a Child object that is not alive (i.e. is either unborn or dead),
134 // Wait for a particular child to be dead.
246 // Not interlocked because you have to check for state() == dead first,
251 assert(mState == dead);
257 assert(mState == dead);
263 assert(mState == dead);
270 assert(mState == dead);
277 assert(mState == dead);
[all...]
H A Dunixchild.h62 dead, // coroner confirms death enumerator in enum:Security::UnixPlusPlus::Child::State
80 // status is only available for dead children
91 virtual void dying(); // called when child is confirmed dead
98 int mStatus; // exit status (if dead)
/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
38 // is called, the child has already transitioned to "dead" state and is no longer
72 // Take a Child object that is not alive (i.e. is either unborn or dead),
134 // Wait for a particular child to be dead.
246 // Not interlocked because you have to check for state() == dead first,
251 assert(mState == dead);
257 assert(mState == dead);
263 assert(mState == dead);
270 assert(mState == dead);
277 assert(mState == dead);
[all...]
H A Dunixchild.h62 dead, // coroner confirms death enumerator in enum:Security::UnixPlusPlus::Child::State
80 // status is only available for dead children
91 virtual void dying(); // called when child is confirmed dead
98 int mStatus; // exit status (if dead)
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.dlclose2.ksh102 void *live, *dead;
112 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/generic/
H A Dfifo2.c190 * If a channel closes it marks its own instance structure as dead and
193 * too. Because of the global mutex the channel cannot find a dead
195 * already knowing that the other side is dead will do no
217 int dead; /* 0 - Channel is active.
218 * 1 - Channel is dead and event in
220 * 2 - Channel is dead two times,
224 * 1 - Other side is dead. */
244 #define FIFO_ALIVE (0) /* Channel is not dead */
245 #define FIFO_DEAD (1) /* Channel is dead */
325 * side is not dead jus
216 int dead; /* 0 - Channel is active. member in struct:ChannelInstance
[all...]
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dagent.h18 dead enumerator in enum:_PluginState
H A Dagent.c54 // Mark the agent as dead
55 agent->pluginState = dead;
186 if (agent->pluginState == dead) {
187 // If the agent is dead for some reason, drop this message before we hurt ourselves.
239 agent->pluginState = dead;
244 agent->pluginState = dead;
297 agent->pluginState = dead;
354 agent->pluginState = dead;
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dchild.cpp52 // get to "It's dead, Jim" with the minimum number of checkChildren()
82 // Parent action during fork: wait until ready or dead, then return
93 if (state() == dead) {
113 secdebug("serverchild", "%p is dead; resuming parent thread (if any)", this);
/macosx-10.10/Security-57031.1.35/securityd/libsecurity_agent/lib/
H A Dagentclient.cpp21 We can't support interrupt() with a synchronous interface unless we add some notification that let's the client know that the "server" is dead
101 case MIG_SERVER_DIED: // explicit can't-send-it's-dead
253 try { receive(); } catch (...) { setState(dead); }
256 (state() != dead));
263 if (state() == dead)
310 case dead:
350 setState(dead);
390 setState(dead);
427 // it can be dead, because the host died, we'll always try to revive it once
428 if ((state() != init) && (state() != dead))
[all...]
/macosx-10.10/Security-57031.1.35/securityd/libsecurity_agent/security_agent_client/
H A Dagentclient.cpp21 We can't support interrupt() with a synchronous interface unless we add some notification that let's the client know that the "server" is dead
101 case MIG_SERVER_DIED: // explicit can't-send-it's-dead
253 try { receive(); } catch (...) { setState(dead); }
256 (state() != dead));
263 if (state() == dead)
310 case dead:
350 setState(dead);
390 setState(dead);
427 // it can be dead, because the host died, we'll always try to revive it once
428 if ((state() != init) && (state() != dead))
[all...]
/macosx-10.10/Security-57031.1.35/securityd/security_agent_client/
H A Dagentclient.cpp21 We can't support interrupt() with a synchronous interface unless we add some notification that let's the client know that the "server" is dead
101 case MIG_SERVER_DIED: // explicit can't-send-it's-dead
253 try { receive(); } catch (...) { setState(dead); }
256 (state() != dead));
263 if (state() == dead)
310 case dead:
350 setState(dead);
390 setState(dead);
427 // it can be dead, because the host died, we'll always try to revive it once
428 if ((state() != init) && (state() != dead))
[all...]
/macosx-10.10/Security-57031.1.35/securityd/security_agent_server/
H A Dagentclient.cpp21 We can't support interrupt() with a synchronous interface unless we add some notification that let's the client know that the "server" is dead
101 case MIG_SERVER_DIED: // explicit can't-send-it's-dead
253 try { receive(); } catch (...) { setState(dead); }
256 (state() != dead));
263 if (state() == dead)
310 case dead:
350 setState(dead);
390 setState(dead);
427 // it can be dead, because the host died, we'll always try to revive it once
428 if ((state() != init) && (state() != dead))
[all...]
/macosx-10.10/libsecurity_agent-55000/lib/
H A Dagentclient.cpp21 We can't support interrupt() with a synchronous interface unless we add some notification that let's the client know that the "server" is dead
101 case MIG_SERVER_DIED: // explicit can't-send-it's-dead
243 try { receive(); } catch (...) { setState(dead); }
246 (state() != dead));
253 if (state() == dead)
300 case dead:
340 setState(dead);
380 setState(dead);
417 // it can be dead, because the host died, we'll always try to revive it once
418 if ((state() != init) && (state() != dead))
[all...]
/macosx-10.10/ncurses-44/ncurses/test/
H A Dblue.c234 P("high, so no cards may be placed to their right (they create dead spaces).");
276 int dead = 0, i, j; local
280 while (dead < 4) {
281 dead = 0;
293 dead++;
296 if (dead < 4) {

Completed in 309 milliseconds

1234