cec: removed dupe m_bRunning properties. wait until a thread is started before return...
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 7 Oct 2011 23:39:35 +0000 (01:39 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Fri, 7 Oct 2011 23:39:35 +0000 (01:39 +0200)
commit13fd6a6619b36bef2df2a126455f83776cc991b4
tree4a3e03787bffc757425803987647b121e37f9f03
parent25701fa60407a0fc0bc1dfcd4049fc01ad9e4fd1
cec: removed dupe m_bRunning properties. wait until a thread is started before returning from CreateThread(). shorter read times, so the comm mutex doesn't stay locked too long.
src/lib/AdapterCommunication.cpp
src/lib/AdapterCommunication.h
src/lib/CECProcessor.cpp
src/lib/LibCEC.cpp
src/lib/LibCEC.h
src/lib/platform/threads.cpp
src/lib/platform/threads.h