Home
last modified time | relevance | path

Searched refs:processStillExecuting (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp73 if (processStillExecuting(Owner.first, Owner.second)) in readLockFile()
113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() function in LockFileManager
318 if (!processStillExecuting((*Owner).first, (*Owner).second)) in waitForUnlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h67 static bool processStillExecuting(StringRef Hostname, int PID);