Searched refs:actionMutex_ (Results 1 – 2 of 2) sorted by relevance
473 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInRecordAndExtend()480 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInExtend()487 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveOutRecordAndExtend()494 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInQueryExtendAndData()501 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveOutQueryExtendAndData()508 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInLockStatus()514 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveOutLockStatus()520 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveInCursorStatus()526 std::lock_guard<std::mutex> autoLock(actionMutex_); in MoveOutCursorStatus()541 std::lock_guard<std::mutex> autoLock(actionMutex_); in SetActionRes()[all …]
123 std::mutex actionMutex_; variable