summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpthreadport.c
Commit message (Expand)AuthorAge
* unix/mpthreadport: Adjust minimum thread stack, and stack limit check.Damien George2016-07-11
* py/modthread: Allow to properly set the stack limit of a thread.Damien George2016-06-28
* unix/mpthreadport: Suppress compiler warning about unused arguments.Damien George2016-06-28
* unix/mpthreadport: Use SA_SIGINFO for GC signal handler.Damien George2016-06-28
* unix: Implement garbage collection with threading.Damien George2016-06-28
* py/modthread: Implement lock object, for creating a mutex.Damien George2016-06-28
* py/modthread: Add stack_size() function.Damien George2016-06-28
* unix: Add basic thread support using pthreads.Damien George2016-06-28