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