mbed-os/rtos
Russ Butler 11ef1d10b8 rtos: Return an error when a Thread is re-used
Calling Thread::start multiple times leads to undefined behavior since
the Thread class was not designed to handle being restarted.  Return an
error code if Thread::start is called a second time to prevent this
behavior.
2017-03-06 11:54:50 -06:00
..
rtx Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1" 2017-01-23 18:11:27 +09:00
Mail.h Add tags to our code 2016-10-04 15:02:44 -05:00
MemoryPool.h Add tags to our code 2016-10-04 15:02:44 -05:00
Mutex.cpp For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found. 2016-10-01 02:11:36 -05:00
Mutex.h Add tags to our code 2016-10-04 15:02:44 -05:00
Queue.h Add tags to our code 2016-10-04 15:02:44 -05:00
RtosTimer.cpp For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found. 2016-10-01 02:11:36 -05:00
RtosTimer.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
Semaphore.cpp For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found. 2016-10-01 02:11:36 -05:00
Semaphore.h Add tags to our code 2016-10-04 15:02:44 -05:00
Thread.cpp rtos: Return an error when a Thread is re-used 2017-03-06 11:54:50 -06:00
Thread.h rtos: Return an error when a Thread is re-used 2017-03-06 11:54:50 -06:00
mbed_lib.json RTOS - add config mbed_lib.json file 2016-06-08 18:41:29 +01:00
rtos.h Add tags to our code 2016-10-04 15:02:44 -05:00
rtos_idle.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
rtos_idle.h Add tags to our code 2016-10-04 15:02:44 -05:00