Searched refs:waiting (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOConditionLock.cpp55 waiting = false;
108 if (waiting) {
109 waiting = false;
153 waiting = true;
H A DIOService.cpp930 ArbitrationLockQueueElement * waiting; local
975 // before placing this new thread on the waiting queue, we look for
980 // want is waiting for another object to be unlocked
983 waiting,
987 if( waiting->thread == active->thread ) {
988 assert( false == waiting->aborted );
994 if( found ) { // yes, active thread waiting for another object
998 if( false == waiting->required )
999 victim = waiting;
1009 if( active->service == waiting
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOConditionLock.h52 volatile bool waiting; member in class:IOConditionLock
59 virtual bool tryLock(); // acquire lock, no waiting
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.h109 /* boolean_t */ waiting :1, /* is thread waiting for expansion? */ member in struct:zone
H A Dzalloc.c538 z->waiting = FALSE;
888 zone->waiting = TRUE;
902 zone->waiting = TRUE;
974 if (zone->waiting) {
975 zone->waiting = FALSE;
992 if (zone->waiting) {
993 zone->waiting = FALSE;
1718 if (z->waiting == TRUE) {
1739 if (z->waiting) {
1740 z->waiting
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp686 IOLog( "Still waiting for root device\n" );
706 bool waiting = true; local
708 while ( waiting ) {
712 waiting = false;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.c279 boolean_t waiting; /* someone waiting for member in struct:vm_object_hash_entry
356 entry->waiting = FALSE;
1478 /* kick off anyone waiting on terminating */
1577 * Purpose: Wake up anyone waiting for termination of a pager.
1585 boolean_t waiting = FALSE; local
1588 * If anyone was waiting for the memory_object_terminate
1594 waiting = entry->waiting;
1597 if (waiting)
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c313 int waiting; local
315 waiting = (p->p_fd->fd_ofileflags[fd] & UF_RESVWAIT);
318 if ( waiting == UF_RESVWAIT) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s1181 ; will unlock it before waiting.
H A Dmachine_routines_asm.s984 sub r9,r9,r8 ; Get the number of ticks spent waiting
H A Dhw_vm.s3674 ; waiting for the count to drop to 1.
3676 ; so all we are doing is waiting until it can be released.
8151 b pmapCacheLookus ; Yup, keep waiting...

Completed in 144 milliseconds