mirror of https://github.com/ARMmbed/mbed-os.git
Prevent singleton lock if the RTOS is not yet ready. lp_ticker is used during the RTOS initialization process. ST lp_ticker implementation calls sleep functions which in turn attempts to print to the console when sleep tracing is enabled. Console initialization attempts to lock the singleton mutex. |
||
|---|---|---|
| .. | ||
| TARGET_CORTEX | ||
| ConditionVariable.cpp | ||
| EventFlags.cpp | ||
| Kernel.cpp | ||
| Mutex.cpp | ||
| Semaphore.cpp | ||
| ThisThread.cpp | ||
| Thread.cpp | ||
| rtos_handlers.h | ||
| rtos_idle.h | ||