Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.h47 std::string curTaskLabel_ = ""; // 需要打开宏WORKER_CAHCE_NAMEID才会赋值 variable
H A Dcpu_worker.cpp125 worker->curTaskLabel_ = task->label; in RunTask()
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dworker_monitor.cpp210 …kerInfo workerInfo(worker->Id(), worker->curTaskGid_, worker->curTaskType_, worker->curTaskLabel_); in RecordTimeoutFunctionInfo()