1#include "libxr_system.hpp"
3#include "libxr_assert.hpp"
4#include "libxr_def.hpp"
6#include "libxr_type.hpp"
9#include "semaphore.hpp"
11#include "timebase.hpp"
static TimestampMS GetMilliseconds()
获取当前时间的毫秒级时间戳。 Gets the current timestamp in milliseconds.
static void Refresh()
刷新定时任务状态 Refreshes the state of periodic tasks
static void RefreshTimerInIdle()
在空闲时刷新定时器 Refreshes the timer during idle time
constexpr auto min(T1 a, T2 b) -> typename std::common_type< T1, T2 >::type
计算两个数的最小值
void PlatformInit()
平台初始化函数 Platform initialization function