Searched refs:death (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_cancelable.c236 semaphore_t death = SEMAPHORE_NULL; /* in case we need it */ local
240 death = (semaphore_t)os_get_cached_semaphore();
249 thread->joiner_notify = death;
250 death = SEMAPHORE_NULL;
256 if (death != SEMAPHORE_NULL) {
257 os_put_cached_semaphore((os_semaphore_t)death);
258 death = SEMAPHORE_NULL;
284 if (death != SEMAPHORE_NULL) {
285 os_put_cached_semaphore((os_semaphore_t)death);
H A Dmk_pthread_impl.c79 printf("#define __PTHREAD_death_OFFSET__ %zd\n", offsetof(struct _pthread, death));
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/
H A DCMakeLists.txt38 googletest/gtest-death-test.cc
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-agent.c119 u_int death; member in struct:identity
455 if (id->death == 0)
457 if (now >= id->death) {
463 deadline = (deadline == 0) ? id->death :
464 MIN(deadline, id->death);
478 int type, success = 0, death = 0, confirm = 0; local
632 death = time(NULL) + buffer_get_int(&e->request);
646 if (lifetime && !death)
647 death = time(NULL) + lifetime;
659 id->death
714 int i, type, version, count = 0, success = 0, death = 0, confirm = 0; local
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr153 # Sets the expectations to 'death'.
159 Expect=death
805 death)
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGVariableEvent.h147 static VariableEvent death(MinifiedID id) function in class:JSC::DFG::VariableEvent
H A DDFGGenerationInfo.h183 stream.appendAndLog(VariableEvent::death(MinifiedID(m_node)));
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Ddoctor.el740 (doctor-put-meaning stab 'death)
741 (doctor-put-meaning murder 'death)
742 (doctor-put-meaning murders 'death)
743 (doctor-put-meaning suicide 'death)
744 (doctor-put-meaning suicides 'death)
745 (doctor-put-meaning kill 'death)
746 (doctor-put-meaning kills 'death)
747 (doctor-put-meaning killing 'death)
748 (doctor-put-meaning die 'death)
749 (doctor-put-meaning dies 'death)
[all...]
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.history36 01/27 Grissom, White and Chaffe burned to death in Apollo 1, 1967
66 02/21 Malcom X shot to death in Harlem, 1965
H A Dcalendar.holiday79 03/11 Johnny Appleseed Day; anniversary of the death of John Chapman
378 09/13 Barry Day commemorates the death of Commodore John Barry, USA
/macosx-10.10/vim-55/runtime/autoload/
H A DnetrwFileHandlers.vim15 " Rom 6:23 (WEB) For the wages of sin is death, but the free gift of God {{{1
/macosx-10.10/vim-55/runtime/syntax/
H A Dlifelines.vim37 syn keyword lifelinesIndi death burial baptism
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm970 this would result in a slowly degenerating spiral of recursive death, so it is not
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm4074 or death("couldn't open DIAGNOSTICS: $!\n");
[all...]

Completed in 857 milliseconds