summaryrefslogtreecommitdiff
path: root/src/Threads.cc
AgeCommit message (Expand)Author
2013-12-20A few more Win32 / VisualStudio fixes.Nicolas "Pixel" Noble
2013-12-18Removing Atomic.h and all volatiles.Nicolas Noble
2013-07-31Added a few forgotten references.Nicolas "Pixel" Noble
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
2012-08-31Simplifying TLS code a bit (removing createTLS...) and making the PthreadsTLS...Nicolas "Pixel" Noble
2012-04-06Making the threads (as well as the taskman thread) a bit more exception-robust.Pixel
2011-12-05Adding read-write locks, and applying them immediately to the http server.Pixel
2011-12-04Refactored the Thread code a bit, and created the GlobalThread class, for thr...Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-09Securing a bit more the thread-joining.Pixel
2011-10-14Adding a Thread and a Queue class.Pixel
2011-10-10Adding the basic "Handle" structure, and adding an early version of Input.Pixel
2011-10-09Adding basic locks from libpthread. Also, that 'pending' loop belongs after w...Pixel