Removed all WaitForSingleObject and WaitForMultipleObjects calls and replaced them...
authorJim Carroll <thecarrolls@jiminger.com>
Mon, 20 Jun 2011 02:30:53 +0000 (22:30 -0400)
committerJim Carroll <thecarrolls@jiminger.com>
Thu, 23 Jun 2011 14:15:27 +0000 (10:15 -0400)
commitf4c0efae8d41575ef4e9e7b2d50697cfe99038b5
tree41a4281dabecb1e578b783fa4a9d7f296402ba08
parentef2c3c35bec5452ed04540c6a5da9288fc2fa30b
Removed all WaitForSingleObject and WaitForMultipleObjects calls and replaced them with the latest CEvent calls.
41 files changed:
lib/UnrarXLib/extract.cpp
lib/UnrarXLib/rdwrfn.cpp
lib/UnrarXLib/rdwrfn.hpp
lib/UnrarXLib/unpack.cpp
lib/UnrarXLib/unpack15.cpp
xbmc/ApplicationMessenger.cpp
xbmc/ApplicationMessenger.h
xbmc/cdrip/CDDAReader.cpp
xbmc/cdrip/CDDAReader.h
xbmc/cores/DllLoader/exports/emu_kernel32.cpp
xbmc/cores/DllLoader/exports/emu_kernel32.h
xbmc/cores/VideoRenderers/LinuxRendererGL.cpp
xbmc/cores/VideoRenderers/LinuxRendererGL.h
xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp
xbmc/cores/VideoRenderers/LinuxRendererGLES.h
xbmc/cores/dvdplayer/DVDMessageQueue.cpp
xbmc/cores/dvdplayer/DVDMessageQueue.h
xbmc/filesystem/CacheStrategy.cpp
xbmc/filesystem/CacheStrategy.h
xbmc/filesystem/FileRar.cpp
xbmc/filesystem/FileRar.h
xbmc/filesystem/PluginDirectory.cpp
xbmc/filesystem/PluginDirectory.h
xbmc/interfaces/python/XBPython.cpp
xbmc/interfaces/python/XBPython.h
xbmc/interfaces/python/xbmcmodule/GUIPythonWindow.cpp
xbmc/interfaces/python/xbmcmodule/GUIPythonWindow.h
xbmc/interfaces/python/xbmcmodule/GUIPythonWindowXML.cpp
xbmc/interfaces/python/xbmcmodule/GUIPythonWindowXML.h
xbmc/linux/XSyncUtils.cpp
xbmc/linux/XSyncUtils.h
xbmc/music/LastFmManager.cpp
xbmc/music/LastFmManager.h
xbmc/network/libscrobbler/scrobbler.cpp
xbmc/network/libscrobbler/scrobbler.h
xbmc/pictures/GUIWindowSlideShow.cpp
xbmc/pictures/GUIWindowSlideShow.h
xbmc/threads/Event.cpp
xbmc/threads/Event.h
xbmc/threads/test/Makefile [new file with mode: 0644]
xbmc/threads/test/TestEvent.cpp [new file with mode: 0644]