Searched refs:PipeLineThread (Results 1 – 3 of 3) sorted by relevance
93 …std::shared_ptr<PipeLineThread> newThread = std::make_shared<PipeLineThread>(groupId, taskType, pr… in FindThread()101 std::shared_ptr<std::list<std::shared_ptr<PipeLineThread>>> threadList; in DestroyThread()116 PipeLineThread::PipeLineThread(std::string groupId, TaskType type, TaskPriority priority) in PipeLineThread() function in OHOS::Media::PipeLineThread133 PipeLineThread::~PipeLineThread() in ~PipeLineThread()138 void PipeLineThread::Exit() in Exit()158 void PipeLineThread::Run() in Run()193 void PipeLineThread::AddTask(std::shared_ptr<TaskInner> task) in AddTask()199 void PipeLineThread::RemoveTask(std::shared_ptr<TaskInner> task) in RemoveTask()212 void PipeLineThread::LockJobState() in LockJobState()220 void PipeLineThread::UnLockJobState(bool notifyChange) in UnLockJobState()[all …]
34 class PipeLineThread {36 PipeLineThread(std::string groupId, TaskType type, TaskPriority priority);37 ~PipeLineThread();60 …std::shared_ptr<PipeLineThread> FindThread(const std::string &groupId, TaskType taskType, TaskPrio…65 … std::map<std::string, std::shared_ptr<std::list<std::shared_ptr<PipeLineThread>>>> workerGroupMap;
94 std::shared_ptr<PipeLineThread> pipelineThread_;