summaryrefslogtreecommitdiffstatshomepage
path: root/py/modthread.c
Commit message (Expand)AuthorAge
* py: Use mp_raise_msg helper function where appropriate.Damien George2016-10-17
* py: Add mp_raise_OSError(errno) helper function.Damien George2016-10-07
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* py/modthread: Allow to properly set the stack limit of a thread.Damien George2016-06-28
* py/modthread: Make Lock objects work when GIL is enabled.Damien George2016-06-28
* py: Implement a simple global interpreter lock.Damien George2016-06-28
* py/modthread: Call mp_thread_start/mp_thread_finish around threads.Damien George2016-06-28
* py/modthread: Be more careful with root pointers when creating a thread.Damien George2016-06-28
* py/modthread: Satisfy unused-args warning.Damien George2016-06-28
* py/modthread: Add with-context capabilities to lock object.Damien George2016-06-28
* py/modthread: Implement lock object, for creating a mutex.Damien George2016-06-28
* py/modthread: Add exit() function.Damien George2016-06-28
* py/modthread: Add stack_size() function.Damien George2016-06-28
* py/modthread: Properly cast concrete exception pointer to an object.Damien George2016-06-28
* py: Add basic _thread module, with ability to start a new thread.Damien George2016-06-28