mbed-os/features/nanostack/mbed-mesh-api/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
..
LoWPANNDInterface.h Streamline Nanostack interface initialisation 2018-08-17 16:41:23 +03:00
MeshInterfaceNanostack.h Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
NanostackEMACInterface.h Nanostack EMAC implementation 2018-05-23 12:24:04 +03:00
NanostackEthernetInterface.h Networking: Fix some ARMC6 warnings 2019-04-17 16:03:44 +03:00
NanostackRfInterface.h Nanostack EMAC implementation 2018-05-23 12:24:04 +03:00
ThreadInterface.h Streamline Nanostack interface initialisation 2018-08-17 16:41:23 +03:00
WisunInterface.h This is a initial version of Wi-Sun interface implementation. 2018-10-31 15:48:33 +02:00
mesh_interface_types.h Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00