DragonFly-2.3.1.807.gd2412 master sys/kern kern_clock.c sys/sys

看板DFBSD_commit作者時間16年前 (2009/07/13 13:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit d2412a2eacb9f42231c72200f25bf9604ed6f470 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Jul 12 22:12:50 2009 -0700 clocks - Add fine-grained spin delay function via TSC Add int64_t target = tsc_get_target(ns) and tsc_test_target(target). See routines for details. These functions are available when the system supports an extremely fine-grained counter such as a TSC and may be used to generate finely tuned delays. Summary of changes: sys/kern/kern_clock.c | 40 ++++++++++++++++++++++++++++++++++++++++ sys/sys/time.h | 2 ++ 2 files changed, 42 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d2412a2eacb9f42231c72200f25bf9604ed6f470 -- DragonFly BSD source repository
文章代碼(AID): #1AMiRObT (DFBSD_commit)