Re: calibrating time
From: Peter Jeremy (PeterJeremy_at_optushome.com.au)
Date: 12/22/04
- Previous message: Charles Sprickman: "Re: Mac UFS partition unreadable"
- In reply to: Castl Troy: "calibrating time"
- Next in thread: Dave Horsfall: "Re: calibrating time"
- Reply: Dave Horsfall: "Re: calibrating time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Dec 2004 18:51:44 +1100 To: Castl Troy <mastah@phreaker.net>
On Tue, 2004-Dec-21 22:15:33 +0300, Castl Troy wrote:
>Just want to ask people here who have time to run my program and answer me
>back output from it.
Out of interest, what are you expecting to demonstrate? In FreeBSD,
both sleep(3) and usleep(3) are implemented using nanosleep(2).
(This differs from the traditional implementation of sleep(3) which
used alarm(2) and pause(2)).
nanosleep(2) sleeps an integral number of ticks which is rounded up by
one tick.
-- Peter Jeremy _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Charles Sprickman: "Re: Mac UFS partition unreadable"
- In reply to: Castl Troy: "calibrating time"
- Next in thread: Dave Horsfall: "Re: calibrating time"
- Reply: Dave Horsfall: "Re: calibrating time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|