mbed-os/rtos/rtos
Christopher Haster fab672a05e Marked thread-spawning constructors as deprecated
Thread-spawning constructors hide errors and may lead to complex
program state when a thread is declared.

The explicit Thread::start member function should be used to spawn
a thread.
2016-06-28 14:33:22 -05:00
..
Mail.h Simplify layout: 2016-05-23 09:13:59 +01:00
MemoryPool.h Simplify layout: 2016-05-23 09:13:59 +01:00
Mutex.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
Mutex.h Simplify layout: 2016-05-23 09:13:59 +01:00
Queue.h Simplify layout: 2016-05-23 09:13:59 +01:00
RtosTimer.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
RtosTimer.h Simplify layout: 2016-05-23 09:13:59 +01:00
Semaphore.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
Semaphore.h Simplify layout: 2016-05-23 09:13:59 +01:00
Thread.cpp Added support for Callback to Thread lifetime 2016-06-01 12:11:05 -05:00
Thread.h Marked thread-spawning constructors as deprecated 2016-06-28 14:33:22 -05:00
rtos.h Simplify layout: 2016-05-23 09:13:59 +01:00
rtos_idle.c Simplify layout: 2016-05-23 09:13:59 +01:00
rtos_idle.h Simplify layout: 2016-05-23 09:13:59 +01:00