Home
last modified time | relevance | path

Searched refs:workerThread_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dtask.cpp50 auto wt = workerThread_; in Destroy()
57 workerThread_ = WorkerThread::GetCurrent(); in SwitchFromWorkerThread()
58 workerThread_->SetTask(this); in SwitchFromWorkerThread()
65 auto wt = task->workerThread_; in SuspendCurrent()
74 auto wt = task->workerThread_; in EndCurrent()
H A Dtask.h68 WorkerThread *workerThread_ = nullptr; member in ark::scheduler::Task

Completed in 1 milliseconds