micropython/unix
Damien George df95f52583 py/modthread: Allow to properly set the stack limit of a thread.
We rely on the port setting and adjusting the stack size so there is
enough room to recover from hitting the stack limit.
2016-06-28 11:28:51 +01:00
..
.gitignore
Makefile unix: Add basic thread support using pthreads. 2016-06-28 11:28:48 +01:00
alloc.c
coverage.c
fatfs_port.c
file.c unix/file: If write syscall returns because of EINTR then try again. 2016-06-28 11:28:49 +01:00
gccollect.c unix/gccollect: Provide declaration of exported function. 2016-06-28 11:28:50 +01:00
input.c
input.h
main.c unix: Add basic thread support using pthreads. 2016-06-28 11:28:48 +01:00
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c
modtermios.c
modtime.c unix/modtime: Release the GIL when sleeping. 2016-06-28 11:28:50 +01:00
moduselect.c
mpconfigport.h
mpconfigport.mk unix: Add basic thread support using pthreads. 2016-06-28 11:28:48 +01:00
mpconfigport_coverage.h
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c py/modthread: Allow to properly set the stack limit of a thread. 2016-06-28 11:28:51 +01:00
mpthreadport.h unix: Implement garbage collection with threading. 2016-06-28 11:28:49 +01:00
qstrdefsport.h
unix_mphal.c