|
LLDB mainline
|
#include "lldb/Host/windows/MainLoopWindows.h"#include "lldb/Host/Config.h"#include "lldb/Host/Socket.h"#include "lldb/Host/windows/windows.h"#include "lldb/Utility/Status.h"#include "llvm/Config/llvm-config.h"#include "llvm/Support/WindowsError.h"#include <algorithm>#include <atomic>#include <cassert>#include <ctime>#include <io.h>#include <synchapi.h>#include <thread>#include <vector>#include <winbase.h>#include <winerror.h>#include <winsock2.h>Go to the source code of this file.
Functions | |
| static DWORD | ToTimeout (std::optional< MainLoopWindows::TimePoint > point) |
|
static |
Definition at line 31 of file MainLoopWindows.cpp.
Referenced by lldb_private::MainLoopWindows::Poll().