A File Descriptor (FD) in Linux and other Unix-based operating systems is a unique integer that refers to an open file, input/output (I/O) resource, or other types of resources like network sockets or ...
// file_descriptor_map.push_back(base::InjectionArc(devnull, 0, true)); // file_descriptor_map.push_back(base::InjectionArc(devnull, 2, true)); // file_descriptor_map ...
#include "base/threading/platform_thread.h" #include "base/threading/thread.h" #include "base/threading/thread_checker_impl.h" #include "base/threading/thread_task ...