mbed-os/TESTS/netsocket/tls
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 TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tls_tests.h TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_connect_invalid.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_echotest.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
tlssocket_echotest_burst.cpp Merge pull request #10037 from michalpasztamobica/tcp_skip_if_unsupported 2019-03-29 13:30:37 +00:00
tlssocket_endpoint_close.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_handshake_invalid.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_no_cert.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_open_destruct.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_open_limit.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_open_twice.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_recv_timeout.cpp Relax TLSSOCKET_RECV_TIMEOUT sigio timeout 2019-04-08 12:56:41 +03:00
tlssocket_send_closed.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_send_repeat.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_send_timeout.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_send_unconnected.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00
tlssocket_simultaneous.cpp TCP/TLS Socket tests will skip if TCP is not supported 2019-03-28 10:08:53 +02:00