micropython/ports/unix
David Lechner be5657b64f ports: Rename thread_t to mp_thread_t.
This adds the `mp_` prefix to the `thread_t` type.  The name `thread_t`
conflicts with the same in `mach/mach_types.h` on macOS.

Signed-off-by: David Lechner <david@lechnology.com>
2022-05-24 00:51:23 +10:00
..
variants py/malloc: Introduce m_tracked_calloc, m_tracked_free functions. 2022-05-05 10:31:50 +10:00
.gitignore unix/.gitignore: Remove *.py from ignore list. 2022-02-28 19:02:58 +11:00
Makefile unix/moduos: Convert module to use extmod version. 2022-03-09 21:13:57 +11:00
alloc.c
coverage.c py/malloc: Introduce m_tracked_calloc, m_tracked_free functions. 2022-05-05 10:31:50 +10:00
coveragecpp.cpp
fatfs_port.c
gccollect.c
input.c
input.h
main.c py/modsys: Introduce sys.implementation._machine constant. 2022-04-28 17:23:03 +10:00
modffi.c unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
modjni.c unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
modmachine.c extmod: Make extmod modules use MP_REGISTER_MODULE. 2022-05-18 20:49:12 +10:00
modtermios.c unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
modtime.c unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
moduos.c unix/moduos: Convert module to use extmod version. 2022-03-09 21:13:57 +11:00
moduselect.c unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
modusocket.c unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
mpbthciport.c
mpbtstackport.h
mpbtstackport_common.c
mpbtstackport_h4.c
mpbtstackport_usb.c
mpconfigport.h unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
mpconfigport.mk
mphalport.h
mpnimbleport.c
mpnimbleport.h
mpthreadport.c ports: Rename thread_t to mp_thread_t. 2022-05-24 00:51:23 +10:00
mpthreadport.h
qstrdefsport.h
unix_mphal.c