Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
Module Name: src
Committed By: mycroft
Date: Thu Jan 6 17:33:36 UTC 2005
Modified Files:
src/lib/libpthread: pthread_alarms.c pthread_cond.c pthread_sleep.c
Log Message:
gettimeofday();TIMEVAL_TO_TIMESPEC(); is exactly equivalent to
clock_gettime(CLOCK_REALTIME), except the latter may have more preicison
some day. So, use that.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libpthread/pthread_alarms.c
cvs rdiff -r1.17 -r1.18 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/pthread_sleep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index