Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h251 std::lock_guard<std::mutex> lock(mPendingLoadTransactionMutex); in loadNanoApp()
462 std::unique_lock<std::mutex> lock(mParent.mPendingLoadTransactionMutex); in handleLoadNanoappResponse()
597 std::mutex mPendingLoadTransactionMutex; variable