mbed-os/rtos/rtx
Russ Butler ad24b7d982 Add RTX API to enumerate running threads
Add the functions osThreadsEnumStart, osThreadEnumNext and
osThreadEnumFree to allow enumeration of running threads. Protect
thread creation, thread exit and thread termination with a mutex
so threads are not created or destroyed while an enumeration is
ongoing.
2016-09-12 17:08:36 -05:00
..
TARGET_ARM7 Fix implicit declaration of function 'atexit' 2016-08-25 18:07:54 +08:00
TARGET_CORTEX_A Add RTX API to enumerate running threads 2016-09-12 17:08:36 -05:00
TARGET_CORTEX_M Add RTX API to enumerate running threads 2016-09-12 17:08:36 -05:00