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.OwnerHostName, Owner.OwnerPID)) in readLockFile()
113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() function in LockFileManager
281 if (!processStillExecuting(LockFileOwner->OwnerHostName, in waitForUnlockFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h45 static bool processStillExecuting(StringRef Hostname, int PID);