summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpthread.h
Commit message (Expand)AuthorAge
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py/mpthread: Include mpstate.h when defining GIL macros.Damien George2016-06-28
* py/modthread: Allow to properly set the stack limit of a thread.Damien George2016-06-28
* py/mpthread.h: Move GIL macros outside MICROPY_PY_THREAD block.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/gc: Make memory manager and garbage collector thread safe.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
* py: Add basic _thread module, with ability to start a new thread.Damien George2016-06-28