Seperate real and user timer interfaces
authorjca <jca@openbsd.org>
Tue, 5 Dec 2017 15:02:06 +0000 (15:02 +0000)
committerjca <jca@openbsd.org>
Tue, 5 Dec 2017 15:02:06 +0000 (15:02 +0000)
commit2bd895b2a33f30c2dbbea92dc18083299fe7ad62
tree9a83a6f54ad302371fee15277a7ef0a50bf33950
parent93e37ff1ece7771acd99769ee1b28bd3233401be
Seperate real and user timer interfaces

Use more descriptive names, and make it clearer that real and user
timers work on different static storage.  The end goal is to be able to
reuse those timer functions, instead of inlining other timer
implementations subject to clock jumps.

Discussed with Scott Cheloha
usr.bin/openssl/apps.h
usr.bin/openssl/apps_posix.c
usr.bin/openssl/s_time.c
usr.bin/openssl/speed.c