MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / close_hostnode

Function close_hostnode

net/net.c:473–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473static void close_hostnode(host_node_type *host_node_ptr)
474{
475 Pthread_mutex_lock(&(host_node_ptr->lock));
476 close_hostnode_ll(host_node_ptr);
477 Pthread_mutex_unlock(&(host_node_ptr->lock));
478}
479
480#ifdef LIST_DEBUG
481static void check_list_sizes_lk(host_node_type *host_node_ptr)

Callers 2

heartbeat_check_threadFunction · 0.85
net_close_connectionFunction · 0.85

Calls 1

close_hostnode_llFunction · 0.85

Tested by

no test coverage detected