Added a complete pthreads implementation.
authorJim Carroll <thecarrolls@jiminger.com>
Mon, 11 Jul 2011 01:26:58 +0000 (21:26 -0400)
committerJim Carroll <thecarrolls@jiminger.com>
Wed, 20 Jul 2011 04:58:27 +0000 (00:58 -0400)
commitff121815da4093693016164e0c4de52770b8665d
tree32c01435112add17d75d332210109463e8fe9510
parent3d8a4e1e6803d281da975609dbfa9547eaae7a13
Added a complete pthreads implementation.
xbmc/threads/Condition.h
xbmc/threads/Helpers.h
xbmc/threads/Lockables.h
xbmc/threads/platform/Condition.h
xbmc/threads/platform/CriticalSection.h
xbmc/threads/platform/Implementation.cpp [new file with mode: 0644]
xbmc/threads/platform/ThreadLocal.h
xbmc/threads/platform/boost/Condition.h
xbmc/threads/platform/pthreads/Condition.h [new file with mode: 0644]
xbmc/threads/platform/pthreads/CriticalSection.h [new file with mode: 0644]
xbmc/threads/platform/pthreads/Implementation.cpp [new file with mode: 0644]