HomeSort by relevance Sort by last modified time
    Searched defs:PendComplete (Results 1 - 4 of 4) sorted by null

  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_threadcontext.cpp 85 void PVThreadContext::PendComplete(PVActiveBase *pvbase, int32 aReason, TPVThreadContext aCallingContext)
99 iScheduler->PendComplete(pvbase, aReason, EPVThreadContext_InThread);
101 iScheduler->PendComplete(pvbase, aReason, aCallingContext);
oscl_scheduler_readyq.cpp 236 int32 OsclReadyQ::PendComplete(PVActiveBase *pvbase, int32 aReason)
oscl_scheduler_ao.cpp 225 OSCL_EXPORT_REF void OsclActiveObject::PendComplete(int32 aStatus)
227 iThreadContext.PendComplete(this, aStatus, EPVThreadContext_Undetermined);
301 PendComplete(OSCL_REQUEST_ERR_NONE);
309 iThreadContext.PendComplete(this, OSCL_REQUEST_ERR_CANCEL, EPVThreadContext_InThread);
381 iThreadContext.PendComplete(this, OSCL_REQUEST_ERR_NONE, EPVThreadContext_InThread);
435 iThreadContext.iScheduler->PendComplete(this, OSCL_REQUEST_ERR_CANCEL, EPVThreadContext_InThread);
oscl_scheduler.cpp 839 iStopper->PendComplete(STOPPER_REQUEST_STOP_NATIVE);
841 iStopper->PendComplete(STOPPER_REQUEST_STOP_PV);
863 iStopper->PendComplete(STOPPER_REQUEST_SUSPEND);
    [all...]

Completed in 49 milliseconds