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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkern_types.h74 #define THREAD_TIMED_OUT 1 /* timeout expired */ macro
H A Dsync_sema.c541 case THREAD_TIMED_OUT:
H A Dlocks.c780 assert(wait_result == THREAD_TIMED_OUT);
H A Dsched_prim.c377 clear_wait_internal(thread, THREAD_TIMED_OUT);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_synch.c81 case THREAD_TIMED_OUT:
235 case THREAD_TIMED_OUT:
H A Dkern_event.c1460 case THREAD_TIMED_OUT:
1564 case THREAD_TIMED_OUT:
H A Dkern_aio.c1003 else if ( error == THREAD_TIMED_OUT ) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_mqueue.c410 case THREAD_TIMED_OUT:
570 case THREAD_TIMED_OUT:
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_memory_object.c1083 assert(wresult == THREAD_TIMED_OUT);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp1765 if( waitResult == THREAD_TIMED_OUT) {
1769 } while(gIOTerminateWork || (wait && (waitResult != THREAD_TIMED_OUT)));
3075 } while( wait && (waitResult != THREAD_TIMED_OUT));
3077 if( waitResult == THREAD_TIMED_OUT)
3201 } while( wait && (waitResult != THREAD_TIMED_OUT));
3204 if( waitResult == THREAD_TIMED_OUT)
H A DIOPMrootDomain.cpp3125 if (THREAD_TIMED_OUT == waitResult)

Completed in 310 milliseconds