LLDB mainline
SelectHelper.cpp File Reference
#include "lldb/Utility/SelectHelper.h"
#include "lldb/Utility/LLDBAssert.h"
#include "lldb/Utility/Status.h"
#include "lldb/lldb-enumerations.h"
#include "lldb/lldb-types.h"
#include "llvm/ADT/DenseMap.h"
#include <algorithm>
#include <chrono>
#include <optional>
#include <cerrno>
#include <sys/time.h>
#include <sys/select.h>

Go to the source code of this file.

Functions

static void updateMaxFd (std::optional< lldb::socket_t > &vold, lldb::socket_t vnew)

Function Documentation

◆ updateMaxFd()

void updateMaxFd ( std::optional< lldb::socket_t > & vold,
lldb::socket_t vnew )
static

Definition at line 85 of file SelectHelper.cpp.

Referenced by SelectHelper::Select().