LLDB mainline
Functions
LockFilePosix.cpp File Reference
#include "lldb/Host/posix/LockFilePosix.h"
#include "llvm/Support/Errno.h"
#include <fcntl.h>
#include <unistd.h>

Go to the source code of this file.

Functions

static Status fileLock (int fd, int cmd, int lock_type, const uint64_t start, const uint64_t len)
 

Function Documentation

◆ fileLock()

static Status fileLock ( int  fd,
int  cmd,
int  lock_type,
const uint64_t  start,
const uint64_t  len 
)
static