MCPcopy Create free account
hub / github.com/corosync/corosync / sam_stop

Function sam_stop

lib/sam.c:684–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684cs_error_t sam_stop (void)
685{
686 cs_error_t ret;
687
688 pthread_mutex_lock (&sam_internal_data.lock);
689
690 ret = sam_stop_nolock ();
691
692 pthread_mutex_unlock (&sam_internal_data.lock);
693
694 return (ret);
695}
696
697cs_error_t sam_hc_send (void)
698{

Callers 2

test_basicsFunction · 0.85
test_cmap_quitFunction · 0.85

Calls 1

sam_stop_nolockFunction · 0.85

Tested by 2

test_basicsFunction · 0.68
test_cmap_quitFunction · 0.68