看板 DFBSD_commit 關於我們 聯絡資訊
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