mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
asynchronous_dns.cpp | ||
asynchronous_dns_cache.cpp | ||
asynchronous_dns_cancel.cpp | ||
asynchronous_dns_external_event_queue.cpp | ||
asynchronous_dns_invalid_host.cpp | ||
asynchronous_dns_non_async_and_async.cpp | ||
asynchronous_dns_simultaneous.cpp | ||
asynchronous_dns_simultaneous_cache.cpp | ||
asynchronous_dns_simultaneous_repeat.cpp | ||
asynchronous_dns_timeouts.cpp | ||
dns_tests.h | ||
main.cpp | ||
synchronous_dns.cpp | ||
synchronous_dns_cache.cpp | ||
synchronous_dns_invalid.cpp | ||
synchronous_dns_multiple.cpp |