Searched refs:lockIt (Results 1 – 1 of 1) sorted by relevance
224 for (auto lockIt = process->runningLockState_.begin(); in DumpProcessRunningLock() local225 lockIt != process->runningLockState_.end(); lockIt++) { in DumpProcessRunningLock()226 uint32_t lockType = lockIt->first; in DumpProcessRunningLock()227 bool lockState = lockIt->second; in DumpProcessRunningLock()