Home | History | Annotate | Download | only in Support

Lines Matching defs:LockFileManager

1 //===--- LockFileManager.cpp - File-level Locking Utility------------------===//
9 #include "llvm/Support/LockFileManager.h"
42 LockFileManager::readLockFile(StringRef LockFileName) {
100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) {
143 LockFileManager::LockFileManager(StringRef FileName)
247 LockFileManager::LockFileState LockFileManager::getState() const {
257 std::string LockFileManager::getErrorMessage() const {
270 LockFileManager::~LockFileManager() {
278 // matches a sys::RemoveFileOnSignal() in LockFileManager().
282 LockFileManager::WaitForUnlockResult LockFileManager::waitForUnlock() {
342 std::error_code LockFileManager::unsafeRemoveLockFile() {