Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
time_syscalls.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  arion
 

Functions

uint64_t arion::sys_sched_rr_get_interval (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_time (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_clock_gettime (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_clock_getres (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_clock_nanosleep (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)