Apache Mesos
Namespaces | Functions
fcntl.hpp File Reference
#include <fcntl.h>
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/try.hpp>

Go to the source code of this file.

Namespaces

 os
 

Functions

Try< Nothingos::cloexec (int fd)
 
Try< Nothingos::unsetCloexec (int fd)
 
Try< bool > os::isCloexec (int fd)
 
Try< Nothingos::nonblock (int fd)
 
Try< bool > os::isNonblock (int fd)