Apache Mesos
|
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
#include <stout/windows.hpp>
#include <stout/os/int_fd.hpp>
#include <processthreadsapi.h>
Go to the source code of this file.
Namespaces | |
internal | |
internal::windows | |
Typedefs | |
typedef _PROC_THREAD_ATTRIBUTE_LIST | internal::windows::AttributeList |
Functions | |
Result< std::shared_ptr< AttributeList > > | internal::windows::create_attributes_list_for_handles (const std::vector< HANDLE > &handles) |
Try< Nothing > | internal::windows::set_inherit (const int_fd &fd, const bool inherit) |