]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/threadengines/threadengine_pthread.h
Remove unneeded Extensible inheritance and remove "age" field from classbase
[user/henk/code/inspircd.git] / include / threadengines / threadengine_pthread.h
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-06 brainMake ThreadEngine::Mutex() protected too, make the...
2008-09-04 brainMutexEngine -> MutexFactory, more sensible name
2008-09-04 brainFix silly compile errors
2008-09-04 brainability to create mutexes (rather than just having...
2008-02-22 brainCoreExport is required for the factories
2008-02-21 brainThreadEngine::GetName(), for display in /version
2008-02-21 brainNow buildble.
2008-02-21 brainThreadengine stuff
2008-02-10 brainEach Thread class must have its own thread handle,...
2008-02-10 brainAdd threading engine stuff. Docs to follow, untested...