LLVM 19.0.0git
Macros | Functions
LockFileManager.cpp File Reference
#include "llvm/Support/LockFileManager.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/ExponentialBackoff.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/raw_ostream.h"
#include <cerrno>
#include <chrono>
#include <ctime>
#include <memory>
#include <sys/stat.h>
#include <sys/types.h>
#include <system_error>
#include <thread>
#include <tuple>

Go to the source code of this file.

Macros

#define USE_OSX_GETHOSTUUID   0
 

Functions

static std::error_code getHostID (SmallVectorImpl< char > &HostID)
 

Macro Definition Documentation

◆ USE_OSX_GETHOSTUUID

#define USE_OSX_GETHOSTUUID   0

Definition at line 40 of file LockFileManager.cpp.

Function Documentation

◆ getHostID()

static std::error_code getHostID ( SmallVectorImpl< char > &  HostID)
static