Home
last modified time | relevance | path

Searched refs:PipeLineThread (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp93 …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::PipeLineThread
133 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 …]
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dpipeline_threadpool.h34 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;
H A DtaskInner.h94 std::shared_ptr<PipeLineThread> pipelineThread_;