mbed-os/rtos
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
..
rtos Merge pull request #2643 from c1728p9/fix_thread_self_termination 2016-09-09 18:01:38 -05:00
rtx Add RTX API to enumerate running threads 2016-09-12 17:08:36 -05:00
mbed_lib.json RTOS - add config mbed_lib.json file 2016-06-08 18:41:29 +01:00