Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Doperation_queue.cpp31 opThread = std::thread([this]() { in Run()
50 if (opThread.joinable()) { in Stop()
51 opThread.join(); in Stop()
/base/print/print_fwk/services/print_service/include/
H A Doperation_queue.h36 std::thread opThread; member in OHOS::Print::OperationQueue

Completed in 1 milliseconds