#include <fcntl.h>
#include <libgen.h>
#include <limits.h>
#include <metal/cpu.h>
#include <metal/errno.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <syslog.h>
#include <sys/file.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <linux/futex.h>
#include <sysfs/libsysfs.h>
Go to the source code of this file.
◆ MAX_PAGE_SIZES
#define MAX_PAGE_SIZES 32 |
◆ METAL_INVALID_VADDR
#define METAL_INVALID_VADDR NULL |
◆ metal_yield
Value:
#define metal_cpu_yield()
Definition cpu.h:15