summaryrefslogtreecommitdiff
path: root/includes/Threads.h
AgeCommit message (Expand)Author
2013-12-18Removing Atomic.h and all volatiles.Nicolas Noble
2012-04-03Reworking a bit the way the queues are working, and thus, the way the LuaTMai...Pixel
2012-04-01More code cleanup.Pixel
2012-03-17Typo.Nicolas "Pixel" Noble
2012-03-08Adding the ScopeLock class to simplify a bit some pieces of code.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-29The TaskManager no longer waits on the pop(); instead it waits in the libev l...Pixel
2011-11-17Cleaning some code, redesigning a bit the stack allocation problem from the t...Pixel
2011-11-16Kind of a big revamp of the TaskMan / Task model, in order to introduce a Tas...Pixel
2011-10-14Adding a Thread and a Queue class.Pixel
2011-10-09Adding basic locks from libpthread. Also, that 'pending' loop belongs after w...Pixel