DPC++ Runtime
Runtime libraries for oneAPI DPC++
os_util.hpp File Reference
#include <sycl/detail/defines.hpp>
#include <sycl/detail/export.hpp>
#include <cstdint>
#include <cstdlib>
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
Include dependency graph for os_util.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::detail::OSUtil
 Groups the OS-dependent services. More...
 

Namespaces

 sycl
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 
 sycl::_V1::detail
 

Typedefs

using sycl::_V1::detail::OSModuleHandle = intptr_t
 Uniquely identifies an operating system module (executable or a dynamic library) More...