mbed-os/features/nanostack/mbed-mesh-api/source
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
..
include enet_tasklet_disconnect() should generate event to tasklet. 2019-02-13 13:57:03 +02:00
CallbackHandler.cpp Nanostack EMAC implementation 2018-05-23 12:24:04 +03:00
LoWPANNDInterface.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
MeshInterfaceNanostack.cpp Merge pull request #10462 from michalpasztamobica/nanostack_semaphore_release_connecting 2019-04-26 13:37:53 +01:00
NanostackEMACInterface.cpp mbed.h includes removed 2018-12-28 14:36:10 +02:00
NanostackEthernetInterface.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
NanostackMemoryManager.cpp nanostack mesh: fix coding style 2018-11-15 07:20:12 +00:00
ThreadInterface.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
WisunInterface.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
ethernet_tasklet.c enet_tasklet_disconnect() should generate event to tasklet. 2019-02-13 13:57:03 +02:00
mesh_system.c nanostack mesh: fix coding style 2018-11-15 07:20:12 +00:00
nd_tasklet.c Networking: Fix some ARMC6 warnings 2019-04-17 16:03:44 +03:00
thread_tasklet.c Networking: Fix some ARMC6 warnings 2019-04-17 16:03:44 +03:00
wisun_tasklet.c Corrected json and added check to ensure that needed json options are set 2019-05-17 10:42:26 +03:00