index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
modthread.c
Age
Commit message (
Expand
)
Author
2016-10-17
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-10-07
py: Add mp_raise_OSError(errno) helper function.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-06-28
py/modthread: Allow to properly set the stack limit of a thread.
Damien George
2016-06-28
py/modthread: Make Lock objects work when GIL is enabled.
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/modthread: Be more careful with root pointers when creating a thread.
Damien George
2016-06-28
py/modthread: Satisfy unused-args warning.
Damien George
2016-06-28
py/modthread: Add with-context capabilities to lock object.
Damien George
2016-06-28
py/modthread: Implement lock object, for creating a mutex.
Damien George
2016-06-28
py/modthread: Add exit() function.
Damien George
2016-06-28
py/modthread: Add stack_size() function.
Damien George
2016-06-28
py/modthread: Properly cast concrete exception pointer to an object.
Damien George
2016-06-28
py: Add basic _thread module, with ability to start a new thread.
Damien George