MCPcopy Create free account
hub / github.com/COVESA/vsomeip / get_socket_lock

Method get_socket_lock

implementation/endpoints/src/tcp_server_endpoint_impl.cpp:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509std::unique_lock<std::mutex> tcp_server_endpoint_impl::connection::get_socket_lock() {
510 return std::unique_lock(socket_mutex_);
511}
512
513void tcp_server_endpoint_impl::connection::start() {
514 receive();

Callers 2

accept_cbkMethod · 0.80
print_statusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected