Apache Mesos
Namespaces | Functions
fcntl.hpp File Reference
#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< Nothingos::cloexec (const int_fd &fd)
 
Try< Nothingos::unsetCloexec (const int_fd &fd)
 
Try< bool > os::isCloexec (const int_fd &fd)
 
Try< Nothingos::nonblock (const int_fd &fd)
 
Try< bool > os::isNonblock (const int_fd &fd)