index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpthread.h
Age
Commit message (
Expand
)
Author
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-01-29
py/mpthread.h: Use strong type for mp_thread_set_state() argument.
David Lechner
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2016-06-28
py/mpthread: Include mpstate.h when defining GIL macros.
Damien George
2016-06-28
py/modthread: Allow to properly set the stack limit of a thread.
Damien George
2016-06-28
py/mpthread.h: Move GIL macros outside MICROPY_PY_THREAD block.
Damien George
2016-06-28
py: Implement a simple global interpreter lock.
Damien George
2016-06-28
py/modthread: Call mp_thread_start/mp_thread_finish around threads.
Damien George
2016-06-28
py/gc: Make memory manager and garbage collector thread safe.
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
py: Add basic _thread module, with ability to start a new thread.
Damien George