#include "lldb/Host/posix/PipePosix.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Utility/SelectHelper.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Errno.h"
#include <functional>
#include <thread>
#include <cerrno>
#include <climits>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
|
static std::chrono::time_point< std::chrono::steady_clock > | Now () |
|
◆ PIPE2_SUPPORTED
#define PIPE2_SUPPORTED 0 |
◆ PIPES
◆ Now()
static std::chrono::time_point< std::chrono::steady_clock > Now |
( |
| ) |
|
|
static |
◆ OPEN_WRITER_SLEEP_TIMEOUT_MSECS
constexpr auto OPEN_WRITER_SLEEP_TIMEOUT_MSECS = 100 |
|
staticconstexpr |