mirror of https://github.com/ARMmbed/mbed-os.git
2fbbd9d2ca
Deprecate wait() in favour of acquire(), try_acquire(), try_acquire_for() and try_acquire_until(). Brings Semaphore more into line with CMSIS-RTOS 2 (which uses "acquire"), itself (as it has "release"), and other classes having "try", "try for" and "try until". Also steps away from vague "wait" term - the primary operation here is to acquire the semaphore, and this will of course sleep. |
||
---|---|---|
.. | ||
TARGET_CORTEX | ||
ConditionVariable.cpp | ||
ConditionVariable.h | ||
EventFlags.cpp | ||
EventFlags.h | ||
Kernel.cpp | ||
Kernel.h | ||
LICENSE-mit.txt | ||
LICENSE.md | ||
Mail.h | ||
MemoryPool.h | ||
Mutex.cpp | ||
Mutex.h | ||
Queue.h | ||
RtosTimer.cpp | ||
RtosTimer.h | ||
Semaphore.cpp | ||
Semaphore.h | ||
ThisThread.cpp | ||
ThisThread.h | ||
Thread.cpp | ||
Thread.h | ||
mbed_lib.json | ||
rtos.h | ||
rtos_handlers.h | ||
rtos_idle.h |