aboutsummaryrefslogtreecommitdiff
path: root/lib/base/thread.cpp
AgeCommit message (Collapse)Author
2011-04-11do call pthread_join before new pthread_create when the thread handle is validghost
fixes bug #749
2009-05-18fix 'thread recovery' race with sync() by not abusing m_state.Felix Domke
2009-04-27more debugFelix Domke
2009-04-24more debugFelix Domke
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2007-01-30add a workaround to ensure that the filepush thread take notice of theAndreas Monzner
stop thread signal even when no syscall is in progress
2006-04-06make gcc 4.1 happyAndreas Monzner
2006-04-03re-add virtual thread_finished function in eThreadAndreas Monzner
2006-04-03try to fix some eThread racesFelix Domke
2006-04-03add possibility to do things after thread start.. but before setting the ↵Andreas Monzner
thread to alive
2006-03-30comment out debug message.. increase waiting time for thread startAndreas Monzner
2006-03-02do always call thread cleanup handlerAndreas Monzner
2005-08-12fix memleakAndreas Monzner
2005-06-08merge some code with enigma codeAndreas Monzner
2005-04-30 - add sendSignal to eThreadFelix Domke
2003-10-17import of enigma2Felix Domke