13#include "xtc_export.h"
17#define XTC_NS_PER_SEC 1000000000LL
18#define XTC_NS_PER_MS 1000000LL
19#define XTC_NS_PER_US 1000LL
26XTC_API
int __os_clock_mono(int64_t *out_ns);
27XTC_API
int __os_clock_real(int64_t *out_ns);
28XTC_API
int __os_sleep_ns(int64_t ns);