Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dbackground_task_executor.cpp153 uint32_t currentThreadNo = 0; in StartNewThreads() local
163 currentThreadNo = currentThreadNum_ + 1; in StartNewThreads()
170 …wThreads.emplace_back(std::bind(&BackgroundTaskExecutor::ThreadLoop, this, currentThreadNo + idx)); in StartNewThreads()