]> git.sesse.net Git - vlc/commit
Move timer implementation to a separate file
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 21 Jul 2012 11:59:19 +0000 (14:59 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 21 Jul 2012 11:59:38 +0000 (14:59 +0300)
commitd871c27f40b110788814f9a5fcc0a2d6a1307062
tree07dbf92f85dea111acf4786204379cfbfcfe8a4a
parent64e9efcfa72bcfb9eab5ad2a0e0124c6392a4dee
Move timer implementation to a separate file

This is generic and reusable on non-POSIX platforms.
src/Makefile.am
src/posix/thread.c
src/posix/timer.c [new file with mode: 0644]