Searched refs:mPendingLoadTransactionMutex (Results 1 – 1 of 1) sorted by relevance
251 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