cvs commit: src/sys/kern kern_clock.c src/sys/sys time.h

David Xu davidxu at t2t2.com
Mon Mar 14 16:08:16 PST 2005


Matthew Dillon wrote:
dillon      2005/03/13 13:33:48 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_clock.c 
    sys/sys              time.h 
  Log:
  Add a function that returns an approximate time_t for realtime for
  routines which do not need the exactness of microtime().
  
  Revision  Changes    Path
  1.31      +11 -0     src/sys/kern/kern_clock.c
  1.12      +1 -0      src/sys/sys/time.h


I also need a CLOCK_MONOTONIC option for clock_gettime to be used in 
libthread_xu, other options may be: CLOCK_VIRTUAL, CLOCK_PROF as in
FreeBSD, but they are not must-have options for me.

David Xu





More information about the Commits mailing list