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