Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp89 void ThreadStuckTask(int32_t seconds) in ThreadStuckTask() function
3189 …taskExecutor_->PostTask([time] { ThreadStuckTask(time); }, TaskExecutor::TaskType::JS, "ArkUIThrea… in MakeThreadStuck()
3191 …taskExecutor_->PostTask([time] { ThreadStuckTask(time); }, TaskExecutor::TaskType::UI, "ArkUIThrea… in MakeThreadStuck()