Searched refs:mNodeMutex (Results 1 – 2 of 2) sorted by relevance
59 std::lock_guard<std::mutex> _l(mNodeMutex); in onBinderLeaving()95 std::unique_lock<std::mutex> _l(mNodeMutex); in onBinderEntering()125 std::lock_guard<std::mutex> _l(mNodeMutex); in countBinders()130 std::lock_guard<std::mutex> _l(mNodeMutex); in dump()170 std::lock_guard<std::mutex> _l(mNodeMutex); in terminate()322 std::lock_guard<std::mutex> _l(mNodeMutex); in transact()436 std::lock_guard<std::mutex> _l(mNodeMutex); in sendDecStrong()530 std::lock_guard<std::mutex> _l(mNodeMutex); in processTransactInternal()643 std::unique_lock<std::mutex> _l(mNodeMutex); in processTransactInternal()726 std::unique_lock<std::mutex> _l(mNodeMutex); in processDecStrong()
182 std::mutex mNodeMutex; variable