Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.h49 std::unique_ptr<std::thread> jsThread; member in JsAppImpl
H A DJsAppImpl.cpp113 jsThread(nullptr) in JsAppImpl()
129 jsThread = std::make_unique<std::thread>([this]() { in Start()
132 if (jsThread == nullptr) { in Start()
133 ELOG("JsApp::Start jsThread memory allocation failed"); in Start()
135 jsThread->detach(); in Start()

Completed in 1 milliseconds