summaryrefslogtreecommitdiff
path: root/src/threadengines/threadengine_pthread.cpp
AgeCommit message (Expand)Author
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-08-04Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event...Daniel De Graaf
2010-05-21Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu...Daniel De Graaf
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-12Fix double-cull of users quitting due to connection errordanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-08-12Change to using read/write not send/recv on the ThreadSignalSocket pipedanieldg
2009-08-11Fix double-free in ~SocketThreaddanieldg
2009-03-23Add test-compile checks for epoll and eventfddanieldg
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-28Suggested by nenolod, lets add this for thread signal safetybrain
2008-09-04MutexEngine -> MutexFactory, more sensible namebrain
2008-09-04fix posix mutexesbrain
2008-09-04ability to create mutexes (rather than just having one system wide mutex) in ...brain
2008-02-24Remove annoying debugbrain
2008-02-24Add mutexes to this to make it a bit more threadsafebrain
2008-02-22Commentsbrain
2008-02-22Thread safety stuff, waiting for pointer to become 'safe' before changing it ...brain
2008-02-22Add mutex wrappersbrain
2008-02-22Configure macros not needed herebrain
2008-02-21These are just copies of the pthread engine right now, will probably make the...brain
2008-02-21Working thread test!!!brain
2008-02-10Each Thread class must have its own thread handle, duh. Someone take away my ...brain
2008-02-10Add threading engine stuff. Docs to follow, untested and not used anywhere yetbrain