Home
last modified time | relevance | path

Searched refs:PollerProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dffrt_facade.h46 static inline PollerProxy& GetPPInstance() in GetPPInstance()
48 static PollerProxy& inst = Instance().GetPPInstanceImpl(); in GetPPInstance()
107 inline PollerProxy& GetPPInstanceImpl() in GetPPInstanceImpl()
109 return PollerProxy::Instance(); in GetPPInstanceImpl()
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.h153 struct PollerProxy { struct
155 static PollerProxy& Instance();
H A Dpoller.cpp46 PollerProxy& PollerProxy::Instance() in Instance()
48 static PollerProxy pollerInstance; in Instance()
/ohos5.0/foundation/resourceschedule/ffrt/src/dm/
H A Dsdependence_manager.cpp41 PollerProxy::Instance(); in SDependenceManager()