#include <jau/cpuid.hpp>
#include <jau/debug.hpp>
#include <jau/byte_stream.hpp>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <thread>
#include <pthread.h>
Go to the source code of this file.
|
constexpr void | copy_mem (void *out, const void *in, size_t n) noexcept |
|
◆ O_BINARY
◆ O_NONBLOCK
◆ __posix_openat64
#define __posix_openat64 ::openat64 |
◆ __posix_lseek64
#define __posix_lseek64 ::lseek64 |
◆ copy_mem()
void copy_mem |
( |
void * | out, |
|
|
const void * | in, |
|
|
size_t | n ) |
|
inlineconstexprnoexcept |