Commit Graph

3 Commits (d15cd7826ade05f28499c84fb4f5c5ae2da9fcc4)

Author SHA1 Message Date
Christopher Haster d15cd7826a Add Thread::join call for exiting threads without forceful termination
Allows multiple threads to join without forceful termination. Allows
threads to synchronize on cleanup.
2016-04-23 03:45:36 -05:00
Christopher Haster 8b8606b98d Add start function for separating object allocation from thread initialization
Allows threads to started separately from when they are declared,
avoiding the need to dynamically allocate threads at runtime.
2016-04-23 03:45:35 -05:00
Bogdan Marinescu db76c7fc37 Preparing new layout - moved rtos in core/mbed-rtos 2016-04-05 16:26:11 +01:00