VirtualBox

vbox的更動 9308 路徑 trunk/src/VBox/Runtime/generic


忽略:
時間撮記:
2008-6-2 下午03:08:15 (16 年 以前)
作者:
vboxsync
訊息:

Comment.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/generic/timer-generic.cpp

    r8245 r9308  
    7272    /** The timer interval. 0 if one-shot. */
    7373    uint64_t                u64NanoInterval;
    74     /** The start of the current run.
     74    /** The start of the current run (ns).
    7575     * This is used to calculate when the timer ought to fire the next time. */
    7676    uint64_t volatile       u64StartTS;
    77     /** The start of the current run.
     77    /** The start of the current run (ns).
    7878     * This is used to calculate when the timer ought to fire the next time. */
    7979    uint64_t volatile       u64NextTS;
     
    263263#else
    264264                    pTimer->u64NextTS = u64NanoTS + RTTimerGetSystemGranularity() / 2;
    265 #endif 
     265#endif
    266266            }
    267267
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette