mbed-os/rtos/include/rtos
Lingkai Dong 3a24305916 rtos: Remove UNITTEST macro from rtos
Production code should not contain any test-specific checks. Rather
than checking `UNITTEST`, unit tests can directly set
`MBED_CONF_RTOS_PRESENT=1` to make RTOS available for testing.

Note: The cellular ATHandler test also has `MBED_CONF_RTOS_PRESENT=1`
added because `ATHandler.cpp` contains a check of this variable.
2021-07-06 16:50:49 +01:00
..
internal rtos: Remove UNITTEST macro from rtos 2021-07-06 16:50:49 +01:00
ConditionVariable.h Incorporating reveiw comments - Moving mbed_rtos_types.h to public headers 2020-07-15 13:54:52 +01:00
EventFlags.h Incorporating reveiw comments - Moving mbed_rtos_types.h to public headers 2020-07-15 13:54:52 +01:00
Kernel.h platform: move internal headers to internal/ 2020-08-20 08:58:00 +01:00
Mail.h Incorporating reveiw comments - Moving mbed_rtos_types.h to public headers 2020-07-15 13:54:52 +01:00
MemoryPool.h Better document MemoryPool behaviour 2021-04-13 14:37:47 +03:00
Mutex.h Fixed doxygen comment 2020-07-20 17:40:41 +01:00
Queue.h Include mbed_assert.h in Queue 2020-07-30 11:23:24 -04:00
Semaphore.h Fixed doxygen comment 2020-07-20 17:40:41 +01:00
ThisThread.h Incorporating reveiw comments - Moving mbed_rtos_types.h to public headers 2020-07-15 13:54:52 +01:00
Thread.h rtos: Remove UNITTEST macro from rtos 2021-07-06 16:50:49 +01:00
mbed_rtos_types.h rtos: Remove UNITTEST macro from rtos 2021-07-06 16:50:49 +01:00
rtos.h Moving around a few items within \rtos 2020-07-09 15:57:29 +01:00