mbed-os/TESTS/netsocket/tcp
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
tcp_tests.h TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_bind_address.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_bind_address_invalid.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_bind_address_null.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_bind_address_port.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_bind_port.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_bind_port_fail.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_bind_unopened.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_bind_wrong_type.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_connect_invalid.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_echotest.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
tcpsocket_echotest_burst.cpp Merge pull request #10037 from michalpasztamobica/tcp_skip_if_unsupported 2019-03-29 13:30:37 +00:00
tcpsocket_endpoint_close.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_open_close_repeat.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_open_destruct.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_open_limit.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_open_twice.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_recv_100k.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_recv_timeout.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_send_repeat.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_send_timeout.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_setsockopt_keepalive_valid.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tcpsocket_thread_per_socket_safety.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00