The problem is... I have a value's somewhere that has been assigned from 'ticks', like:
ptr -> value = ticks;
at an other moment I need to do something like...
age = boottime + ( ticks - ptr -> value ) / factor;
The problem in the second case however is that I can not seem to get to 'ticks' as it is userland code...
Thanks! Jan
M. Warner Losh wrote:
In message: <[EMAIL PROTECTED]>
Jan Knepper <[EMAIL PROTECTED]> writes:
: No, I have looked that those, they do not work for me as I need to be : able to compate the value if 'ticks' with a value initialized from 'ticks'.
: The problems is that 'ticks' is not 'exact'. So I cannot calculate it : with the different between the boot time and the current time * a : constant factor.
why doesn't tsleep work for that?
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message