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