mbed-os/TESTS/netsocket/dns
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
..
asynchronous_dns.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_cache.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
asynchronous_dns_cancel.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
asynchronous_dns_external_event_queue.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_invalid_host.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_non_async_and_async.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
asynchronous_dns_simultaneous.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_simultaneous_cache.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_simultaneous_repeat.cpp Change TESTS/netsocket/ for cellular testing 2019-02-13 01:30:42 -08:00
asynchronous_dns_timeouts.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
dns_tests.h Greentea tests: user-configurable timeouts 2019-02-15 15:08:15 +02:00
main.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
synchronous_dns.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
synchronous_dns_cache.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
synchronous_dns_invalid.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
synchronous_dns_multiple.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00