#include <cstddef>
#include <cstring>
#include <limits>
#include <jau/cpuid.hpp>
#include <jau/debug.hpp>
#include <jau/io/byte_stream.hpp>
#include <jau/io/io_util.hpp>
#include <jau/io/bit_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.
◆ O_BINARY
◆ O_NONBLOCK
◆ __posix_openat64
#define __posix_openat64 ::openat64 |
◆ __posix_lseek64
#define __posix_lseek64 ::lseek64 |
◆ copy_mem()
static constexpr void copy_mem |
( |
void * | out, |
|
|
const void * | in, |
|
|
size_t | n ) |
|
inlinestaticconstexprnoexcept |
◆ _jau_file_size()