Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.h144 std::mutex mPendingLoadTransactionMutex; variable
Dgeneric_context_hub.cc229 std::lock_guard<std::mutex> lock(mPendingLoadTransactionMutex); in loadNanoApp()
442 std::unique_lock<std::mutex> lock(mParent.mPendingLoadTransactionMutex); in handleLoadNanoappResponse()