Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_worker.cpp120 worker->curTaskType_ = task->type; in RunTask()
142 worker->curTaskType_ = ffrt_invalid_task; in RunTask()
H A Dworker_thread.h46 uintptr_t curTaskType_ = ffrt_invalid_task; variable
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dworker_monitor.cpp210 …WorkerInfo workerInfo(worker->Id(), worker->curTaskGid_, worker->curTaskType_, worker->curTaskLabe… in RecordTimeoutFunctionInfo()