summaryrefslogtreecommitdiff
path: root/include/threadengines/threadengine_win32.h
AgeCommit message (Expand)Author
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2021-03-05Fix a bunch of really obvious unnecessary includes.Sadie Powell
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-01-11Update copyright headers.InspIRCd Robot
2014-06-24Inherit ThreadQueueData from Mutex to avoid duplicating codeAttila Molnar
2014-06-24Move and rename class ThreadData to ThreadEngine::ThreadStateAttila Molnar
2014-06-24Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document...Attila Molnar
2014-06-24Remove empty ThreadEngine constructors and destructorsAttila Molnar
2014-06-24Remove the unused ThreadEngine::GetName() method from both implementationsAttila Molnar
2013-04-12Tidy up source files:Peter Powell
2013-04-05Merge inspircd_{config,version}.h into a single header file.Peter Powell
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-03-25start of fix for bug #805brain
2009-03-23ThreadEngine: Allow interthread signaling without needing as many hacksdanieldg
2009-03-23ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...danieldg
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-06Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()brain
2008-09-04MutexEngine -> MutexFactory, more sensible namebrain
2008-09-04ability to create mutexes (rather than just having one system wide mutex) in ...brain
2008-02-22CoreExport is required for the factoriesbrain
2008-02-22Now compiles with win32thread and testsuitebrain
2008-02-22Closer to compilationbrain
2008-02-22Win32ThreadEngine makes sense now. No gaurantees it compiles yet.brain
2008-02-21These are just copies of the pthread engine right now, will probably make the...brain
2008-02-10Add threading engine stuff. Docs to follow, untested and not used anywhere yetbrain