mbed-os/UNITTESTS/features/netsocket
Kevin Bracey ab037c6f69 InternetSocket: better protect _callback
sigio callbacks can be triggered from interrupt, so changing _callback
needs critical section protection, not just a mutex.
2019-01-18 15:37:11 +02:00
..
DTLSSocket InternetSocket: better protect _callback 2019-01-18 15:37:11 +02:00
DTLSSocketWrapper InternetSocket: Use atomics, not volatile 2019-01-18 15:37:11 +02:00
EthernetInterface Add socketstats stub functions for unittest and addressed reviews 2018-11-26 09:42:50 -06:00
InternetSocket InternetSocket: Use atomics, not volatile 2019-01-18 15:37:11 +02:00
NetworkInterface Add socketstats stub functions for unittest and addressed reviews 2018-11-26 09:42:50 -06:00
NetworkStack Add socketstats stub functions for unittest and addressed reviews 2018-11-26 09:42:50 -06:00
SocketAddress Use the parsing status as a way to detect if the IP string represent a valid IPv6 address 2018-10-23 11:25:52 +02:00
TCPServer InternetSocket: Use atomics, not volatile 2019-01-18 15:37:11 +02:00
TCPSocket InternetSocket: Use atomics, not volatile 2019-01-18 15:37:11 +02:00
TLSSocket InternetSocket: better protect _callback 2019-01-18 15:37:11 +02:00
TLSSocketWrapper InternetSocket: Use atomics, not volatile 2019-01-18 15:37:11 +02:00
UDPSocket InternetSocket: Use atomics, not volatile 2019-01-18 15:37:11 +02:00
WiFiAccessPoint unittests: Added tests for netsocket classes 2018-10-08 14:21:01 +02:00