mbed-os/TESTS/netsocket/udp
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 Handle oversized packets in tcp, tls and udp socket tests 2019-03-27 11:01:16 +02:00
udp_tests.h Handle oversized packets in tcp, tls and udp socket tests 2019-03-27 11:01:16 +02:00
udpsocket_bind_address.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_address_invalid.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_address_null.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_address_port.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_port.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_port_fail.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_unopened.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_wrong_type.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_echotest.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
udpsocket_echotest_burst.cpp Handle oversized packets in tcp, tls and udp socket tests 2019-03-27 11:01:16 +02:00
udpsocket_open_close_repeat.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_open_destruct.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_open_limit.cpp Update recently added previous macro name uses in tests 2019-03-01 13:53:47 -06:00
udpsocket_open_twice.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_recv_timeout.cpp Test udpsocket_recv_timeout does not check packet reception ratio 2019-04-08 12:56:29 +03:00
udpsocket_sendto_invalid.cpp Test UDPSOCKET_SENDTO_INVALID allows NSAPI_ERROR_UNSUPPORTED 2019-01-29 10:59:06 +02:00
udpsocket_sendto_repeat.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_sendto_timeout.cpp Change TESTS/netsocket/ for cellular testing 2019-02-13 01:30:42 -08:00