summaryrefslogtreecommitdiffstats
path: root/osdep/timer-darwin.c
Commit message (Expand)AuthorAgeFilesLines
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* timer: refactor, add 64 bit timer functionwm42013-05-261-57/+9
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* timer: remove timer_namewm42012-09-071-3/+0
* osdep: tweak some #includesdiego2011-01-311-0/+1
* Merge svn changes up to r30732Uoti Urpala2010-03-101-1/+1
|\
| * Mark sleep_accurate() as static, it is only used within the file.diego2010-02-221-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-7/+7
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-3/+3
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-041-4/+4
| * Remove useless variable startup_time, since we do not need it any more.ulion2008-05-051-5/+4
* | Merge svn changes up to r26587Uoti Urpala2008-04-291-4/+2
|\|
| * Force to uint64_t first to avoid direct conversion from double to unsigned int.ulion2008-04-281-4/+2
* | timers: Remove GetRelativeTime()Uoti Urpala2008-04-281-19/+2
* | osdep: Change timer_name to a saner typeUoti Urpala2008-04-281-1/+1
|/
* main() --> main(void)diego2007-11-211-1/+1
* Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflowulion2007-10-231-1/+2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-141-2/+2
* use sleep_accurate darwin timernplourde2005-04-271-1/+11
* repace call to sleep_accurate to usleep which fix hang while using -cache opt...nplourde2004-10-271-9/+1
* Native darwin timer update.wight2004-08-041-106/+52
* disable buggy code, patch by Romain Dolbeaualex2004-01-281-0/+4
* 10lalex2003-08-031-3/+0
* Precise timer for Darwin (it's more accurate than timer-macosx.c)alex2003-05-211-0/+169