Searched refs:reaped (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dunixchild.cpp30 // for how children are reaped and death notifications dispatched, and should
115 bool reaped = false; local
121 reaped = checkStatus(WNOHANG);
127 if (reaped)
140 bool reaped = false; local
145 reaped = checkStatus(0); // wait for it
153 if (reaped)
168 case ESRCH: // someone else reaped ths child; or things are just wacky
209 if (this->state() == alive) { // could have been reaped by another thread
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunixchild.cpp30 // for how children are reaped and death notifications dispatched, and should
115 bool reaped = false; local
121 reaped = checkStatus(WNOHANG);
127 if (reaped)
140 bool reaped = false; local
145 reaped = checkStatus(0); // wait for it
153 if (reaped)
168 case ESRCH: // someone else reaped ths child; or things are just wacky
209 if (this->state() == alive) { // could have been reaped by another thread
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dcoalition.c110 unsigned int reaped : 1; /* reaped, invisible to userspace, but waiting for ref_count to go to zero */ member in struct:coalition
306 assert(coal->reaped);
336 if (coal->reaped) {
385 if (coal->reaped || coal->terminated) {
463 if (coal->reaped) {
464 panic("cannot make a reaped coalition active again");
484 assert(!coal->reaped);
541 if (coal->reaped || coal->terminated) {
627 if (coal->reaped) {
[all...]
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py337 if (coal.reaped):
338 flags_string += ' reaped'
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c1802 int reaped = 0; local
1836 reaped++;
1844 NFS_GSS_DBG("Reaped %d contexts ncentries = %d\n", reaped, nmp->nm_ncentries);
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm574 # reaped properly
997 references, if you want an object to be properly reaped you should manually call

Completed in 516 milliseconds