summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpthreadport.h
Commit message (Collapse)AuthorAge
* unix: Implement garbage collection with threading.Damien George2016-06-28
| | | | | This patch allows any given thread to do a proper garbage collection and scan all the pointers of all active threads.
* unix: Add basic thread support using pthreads.Damien George2016-06-28
Has the ability to create new threads.