All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
daemon.h
Go to the documentation of this file.
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_BASE_ARCH_DAEMON_H
8#define PXR_BASE_ARCH_DAEMON_H
9
13
14#include "pxr/pxr.h"
15#include "pxr/base/arch/api.h"
16
17PXR_NAMESPACE_OPEN_SCOPE
18
46ARCH_API
47int ArchCloseAllFiles(int nExcept, const int* exceptFds);
48
49PXR_NAMESPACE_CLOSE_SCOPE
50
51#endif // PXR_BASE_ARCH_DAEMON_H
ARCH_API int ArchCloseAllFiles(int nExcept, const int *exceptFds)
Close all file descriptors (with possible exceptions)