Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_manager_client.h95 std::mutex loadMutex_; variable
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_manager_client.cpp506 std::lock_guard<std::mutex> lock(loadMutex_); in LoadServer()