9 #ifndef LLVM_SUPPORT_LOCKFILEMANAGER_H
10 #define LLVM_SUPPORT_LOCKFILEMANAGER_H
54 static
Optional<std::pair<std::
string,
int> >
57 static
bool processStillExecuting(
StringRef Hostname,
int PID);
75 #endif // LLVM_SUPPORT_LOCKFILEMANAGER_H
An error occurred while trying to create or find the lock file.
LockFileState getState() const
Determine the state of the lock file.
LockFileState
Describes the state of a lock file.
void waitForUnlock()
For a shared lock, wait until the owner releases the lock.
#define LLVM_DELETED_FUNCTION
The lock file has been created and is owned by this instance of the object.
Class that manages the creation of a lock file to aid implicit coordination between different process...
The lock file already exists and is owned by some other instance.