Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
b74809c70a78cc7fd7796f46776b17f8cf6ad3a4
/
py
/
modthread.c
02d830c
py: Introduce a Python stack for scoped allocation.
by Damien George
· 8 years ago
62849b7
py: Add config option to print warnings/errors to stderr.
by David Lechner
· 8 years ago
ace9fb5
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
by Stefan Naumann
· 8 years ago
e374cff
py/modthread: Raise RuntimeError in release() if lock is not acquired.
by Damien George
· 8 years ago
6213ad7
py: Convert mp_uint_t to size_t for tuple/list accessors.
by Damien George
· 8 years ago
94c41bb
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
by Damien George
· 8 years ago
05fe66f
py: Move locals/globals dicts to the thread-specific state.
by Damien George
· 8 years ago
234f07f
py/modthread: Use system-provided mutexs for _thread locks.
by Damien George
· 9 years ago
7d0d721
py: Use mp_raise_msg helper function where appropriate.
by Damien George
· 9 years ago
3a0a771
py: Add mp_raise_OSError(errno) helper function.
by Damien George
· 9 years ago
93c4a6a
all: Remove 'name' member from mp_obj_module_t struct.
by Damien George
· 9 years ago
df95f52
py/modthread: Allow to properly set the stack limit of a thread.
by Damien George
· 9 years ago
c567afc
py/modthread: Make Lock objects work when GIL is enabled.
by Damien George
· 9 years ago
4cec63a
py: Implement a simple global interpreter lock.
by Damien George
· 9 years ago
9172c0c
py/modthread: Call mp_thread_start/mp_thread_finish around threads.
by Damien George
· 9 years ago
722cff5
py/modthread: Be more careful with root pointers when creating a thread.
by Damien George
· 9 years ago
7f4658a
py/modthread: Satisfy unused-args warning.
by Damien George
· 9 years ago
34fc006
py/modthread: Add with-context capabilities to lock object.
by Damien George
· 9 years ago
801d1b3
py/modthread: Implement lock object, for creating a mutex.
by Damien George
· 9 years ago
2dacd60
py/modthread: Add exit() function.
by Damien George
· 9 years ago
707f98f
py/modthread: Add stack_size() function.
by Damien George
· 9 years ago
3eb7a26
py/modthread: Properly cast concrete exception pointer to an object.
by Damien George
· 9 years ago
27cc077
py: Add basic _thread module, with ability to start a new thread.
by Damien George
· 9 years ago