mpv/osdep
wm4 cdafc2f7d7 terminal: always use SA_RESTART with sigaction()
One problem is that for example stdio functions won't restart syscalls
manually, and instead treat EINTR as an error. So passing SA_RESTART is
the only sane thing to do, unless you have special requirements, which
we don't.
2014-04-26 22:52:26 +02:00
..
ar Kill all tabs 2014-04-13 18:03:01 +02:00
glob-win.c glob-win: support Unicode 2014-04-21 02:57:16 +02:00
io.c client API: add mpv_get_wakeup_pipe convenience function 2014-04-12 20:13:07 +02:00
io.h glob-win: support Unicode 2014-04-21 02:57:16 +02:00
macosx_application.h
macosx_application.m
macosx_application_objc.h
macosx_compat.h
macosx_events.h
macosx_events.m
mpv.exe.manifest
mpv.rc
numcores.c
numcores.h
path-macosx.m
path-win.c
path.h
priority.c
priority.h
terminal-unix.c terminal: always use SA_RESTART with sigaction() 2014-04-26 22:52:26 +02:00
terminal-win.c
terminal.h
threads.c threads: fix function name 2014-04-23 21:16:52 +02:00
threads.h threads: fix function name 2014-04-23 21:16:52 +02:00
timer-darwin.c
timer-linux.c timer: reduce ifdef headsplitting-factor 2014-03-09 16:58:00 +01:00
timer-win2.c
timer.c timer: add utility function to get relative time 2014-02-28 23:18:52 +01:00
timer.h timer: add utility function to get relative time 2014-02-28 23:18:52 +01:00
w32_keyboard.c
w32_keyboard.h
win32-console-wrapper.c