]> git.sesse.net Git - vlc/history - src/os2/thread.c
macosx: Update progress dialog on the main thread, make check thread safe
[vlc] / src / os2 / thread.c
2014-12-12 KO Myung-Hunaccess_mms: fix linkage on OS/2
2013-03-18 Rémi Denis-Courmontlibvlc: simplify logging callback
2013-03-05 KO Myung-Hunos2: implement poll() with timeout free cancellation
2013-03-02 KO Myung-Hunvlccore: fix a warning on OS/2
2013-03-02 KO Myung-Hunvlccore: fix a linked list of threadvar on OS/2
2013-03-02 KO Myung-Hunvlccore: declare super_mutex and super_variable as...
2013-03-02 KO Myung-Hunvlccore: return EAGAIN on vlc_threadvar_create() failur...
2013-01-30 KO Myung-Hunvlccore: pass a proper argument to vlc_cancel_self...
2012-09-11 Rémi Denis-CourmontWrite generic semaphore back-end and merge generic...
2012-09-10 Rémi Denis-Courmontrwlock: use a proper source C module
2012-09-10 Rémi Denis-Courmontrwlock: reduce footprint and factor Win32 and OS/2...
2012-01-28 Rémi Denis-CourmontWin32: remove vlc_rwlock_t.writers - not really needed
2012-01-23 Rémi Denis-CourmontInline vlc_poll()
2012-01-19 Rémi Denis-CourmontMove poll() to compat/
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-22 KO Myung-HunFix the problem that mwait() and msleep() do not work...
2011-10-14 KO Myung-HunImplement thread support for OS/2