aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/timer-darwin.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\
| * Force to uint64_t first to avoid direct conversion from double to unsigned int.Gravatar ulion2008-04-28
* | timers: Remove GetRelativeTime()Gravatar Uoti Urpala2008-04-28
* | osdep: Change timer_name to a saner typeGravatar Uoti Urpala2008-04-28
|/
* main() --> main(void)Gravatar diego2007-11-21
* Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflowGravatar ulion2007-10-23
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-14
* use sleep_accurate darwin timerGravatar nplourde2005-04-27
* repace call to sleep_accurate to usleep which fix hang while using -cache opt...Gravatar nplourde2004-10-27
* Native darwin timer update.Gravatar wight2004-08-04
* disable buggy code, patch by Romain DolbeauGravatar alex2004-01-28
* 10lGravatar alex2003-08-03
* Precise timer for Darwin (it's more accurate than timer-macosx.c)Gravatar alex2003-05-21