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. |
||
---|---|---|
.. | ||
main.cpp | ||
udp_tests.h | ||
udpsocket_bind_address.cpp | ||
udpsocket_bind_address_invalid.cpp | ||
udpsocket_bind_address_null.cpp | ||
udpsocket_bind_address_port.cpp | ||
udpsocket_bind_port.cpp | ||
udpsocket_bind_port_fail.cpp | ||
udpsocket_bind_unopened.cpp | ||
udpsocket_bind_wrong_type.cpp | ||
udpsocket_echotest.cpp | ||
udpsocket_echotest_burst.cpp | ||
udpsocket_open_close_repeat.cpp | ||
udpsocket_open_destruct.cpp | ||
udpsocket_open_limit.cpp | ||
udpsocket_open_twice.cpp | ||
udpsocket_recv_timeout.cpp | ||
udpsocket_sendto_invalid.cpp | ||
udpsocket_sendto_repeat.cpp | ||
udpsocket_sendto_timeout.cpp |