Apache Mesos
|
#include <glog/logging.h>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
#include <stout/windows.hpp>
#include <stout/os/int_fd.hpp>
#include <stout/os/socket.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< Nothing > | os::cloexec (const int_fd &fd) |
Try< Nothing > | os::unsetCloexec (const int_fd &fd) |
Try< bool > | os::isCloexec (const int_fd &fd) |
Try< Nothing > | os::nonblock (const int_fd &fd) |
Try< bool > | os::isNonblock (const int_fd &fd) |