mbed-os/TESTS/network/multihoming
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
..
main.cpp Multihoming fixed according to new LWIP implementation. 2019-04-11 20:54:48 -05:00
multihoming_asynchronous_dns.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
multihoming_synchronous_dns.cpp Fix multihoming tests for case of no ethernet device 2019-03-04 11:25:56 +01:00
multihoming_tests.h Fix multihoming tests for case of no ethernet device 2019-03-04 11:25:56 +01:00
multihoming_udpsocket_echotest.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00