cec: extracted a thread class. fixed bug: pthread_cond_wait was called without the...
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 3 Oct 2011 19:40:00 +0000 (21:40 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 3 Oct 2011 19:40:00 +0000 (21:40 +0200)
commit60fa45780df645538897eb092a736498105ee8c2
treeab6f308671ceaddca1356f0610d3ddac68d2aa43
parent5f39c4d854ec7441761bc6db870b6bbc73016309
cec: extracted a thread class. fixed bug: pthread_cond_wait was called without the mutex locked. fixed possible deadlock: don't send messages and wait for an ack with the mutex locked in CCECParser. removed some obsolete code.
src/lib/CECParser.cpp
src/lib/CECParser.h
src/lib/Communication.cpp
src/lib/util/threads.cpp
src/lib/util/threads.h