Searched refs:mPendingLoadTransactionMutex (Results 1 – 2 of 2) sorted by relevance
135 std::lock_guard<std::mutex> lock(mPendingLoadTransactionMutex); in loadNanoapp()195 std::lock_guard<std::mutex> lock(mPendingLoadTransactionMutex); in isLoadTransactionPending()299 std::unique_lock<std::mutex> lock(mParent.mPendingLoadTransactionMutex); in handleLoadNanoappResponse()
185 std::mutex mPendingLoadTransactionMutex; variable