Searched refs:lockUnlock (Results 1 – 5 of 5) sorted by relevance
57 void lockUnlock(); // locks and unlocks a mutex in lockUnlock() method
388 Status lockUnlock() override { in lockUnlock() function
434 ts.push_back(std::thread([&] { proc.rootIface->lockUnlock(); })); in TEST_P()
120 fn lockUnlock(&self) -> Result<(), Status> { in lockUnlock() method
143 fn lockUnlock(&self) -> Result<(), Status> { in lockUnlock() method