mbed-os/features/nanostack/mbed-mesh-api
Kevin Bracey 2fbbd9d2ca Introduce Semaphore::acquire methods
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.
2019-05-28 17:02:06 +03:00
..
mbed-mesh-api Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
source Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
.gitignore Remove yotta-specific lines from .gitignore 2019-01-30 13:04:08 +02:00
.mbedignore Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
LICENSE Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
apache-2.0.txt Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
mbed_lib.json Merge pull request #10624 from artokin/prepare_for_mbedos513 2019-05-23 11:16:56 +01:00