Searched refs:PVThreadContext (Results 1 – 9 of 9) sorted by relevance
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_scheduler_threadcontext.cpp | 27 OSCL_EXPORT_REF PVThreadContext::PVThreadContext() in PVThreadContext() function in PVThreadContext 33 OSCL_EXPORT_REF PVThreadContext::~PVThreadContext() in ~PVThreadContext() 37 void PVThreadContext::LeaveIfWrongThread(PVThreadContext &a) in LeaveIfWrongThread() 44 OSCL_EXPORT_REF bool PVThreadContext::IsSameThreadContext() in IsSameThreadContext() 59 OSCL_EXPORT_REF void PVThreadContext::EnterThreadContext() in EnterThreadContext() 79 OSCL_EXPORT_REF void PVThreadContext::ExitThreadContext() in ExitThreadContext() 85 void PVThreadContext::PendComplete(PVActiveBase *pvbase, int32 aReason, TPVThreadContext aCallingCo… in PendComplete() 105 OSCL_EXPORT_REF uint32 PVThreadContext::Id() in Id() 120 OSCL_EXPORT_REF bool PVThreadContext::ThreadHasScheduler() in ThreadHasScheduler()
|
D | oscl_scheduler_threadcontext.h | 63 class PVThreadContext 67 OSCL_IMPORT_REF PVThreadContext(); 68 OSCL_IMPORT_REF ~PVThreadContext(); 99 static void LeaveIfWrongThread(PVThreadContext &a);
|
D | oscl_scheduler.cpp | 271 return PVThreadContext::Id(); in GetId() 381 …LOGNOTICE((0, "PVSCHED:Scheduler '%s', Thread 0x%x: Installed", iName.Str(), PVThreadContext::Id()… in InstallScheduler() 436 …LOGNOTICE((0, "PVSCHED:Scheduler '%s', Thread 0x%x: Uninstalled", iName.Str(), PVThreadContext::Id… in UninstallScheduler() 777 …PVSCHED:Scheduler '%s', Thread 0x%x: Error! Reason %d", iName.Str(), PVThreadContext::Id(), anErro… in Error() 778 …SCHED:Scheduler '%s', Thread 0x%x: Error! Reason %d\n", iName.Str(), PVThreadContext::Id(), anErro… in Error() 794 …ED:Scheduler '%s', Thread 0x%x: Starting PV Scheduling Loop", iName.Str(), PVThreadContext::Id())); in StartScheduler() 799 …CHED:Scheduler '%s', Thread 0x%x: Exited PV Scheduling Loop", iName.Str(), PVThreadContext::Id())); in StartScheduler() 1266 , iName.Str(), PVThreadContext::Id() in CallRunExec() 1269 , iName.Str(), PVThreadContext::Id() in CallRunExec()
|
D | oscl_scheduler.h | 210 friend class PVThreadContext; variable 234 PVThreadContext iThreadContext;
|
D | oscl_scheduler_ao.cpp | 165 PVThreadContext::LeaveIfWrongThread(iThreadContext); in Activate() 188 PVThreadContext::LeaveIfWrongThread(iThreadContext); in Cancel()
|
D | oscl_scheduler_aobase.h | 148 PVThreadContext iThreadContext;
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | pv_omx_interface_proxy.h | 159 PVThreadContext iPVThreadContext;
|
/external/opencore/baselibs/thread_messaging/src/ |
D | pv_interface_proxy.h | 153 PVThreadContext iPVThreadContext;
|
D | pv_interface_proxy.cpp | 179 if (PVThreadContext::ThreadHasScheduler()) in StartPVThread()
|