Home
last modified time | relevance | path

Searched refs:heartbeat_start (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dheartbeat.h43 extern void heartbeat_start(void);
H A Dheartbeat.c150 void heartbeat_start(void) in heartbeat_start() function
H A Dcontroller.c719 heartbeat_start(); in main()
/dports/www/kannel/gateway-1.4.4/gw/
H A Dheartbeat.h87 long heartbeat_start(hb_send_func_t *send_func, double freq,
H A Dheartbeat.c126 long heartbeat_start(hb_send_func_t *send_func, double freq, in heartbeat_start() function
H A Dwapbox.c767 if (0 > heartbeat_start(write_to_bearerbox, heartbeat_freq, in main()
H A Dsmsbox.c3599 if (0 > heartbeat_start(write_to_bearerbox, heartbeat_freq, in main()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/psensor/heartbeat/
H A Dpsensor_heartbeat.c39 static pmix_status_t heartbeat_start(pmix_peer_t *requestor, pmix_status_t error,
46 .start = heartbeat_start,
167 static pmix_status_t heartbeat_start(pmix_peer_t *requestor, pmix_status_t error, in heartbeat_start() function
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/psensor/heartbeat/
H A Dpsensor_heartbeat.c39 static pmix_status_t heartbeat_start(pmix_peer_t *requestor, pmix_status_t error,
46 .start = heartbeat_start,
167 static pmix_status_t heartbeat_start(pmix_peer_t *requestor, pmix_status_t error, in heartbeat_start() function
/dports/www/kannel/gateway-1.4.4/addons/opensmppbox/gw/
H A Dopensmppbox.c2120 if (0 > heartbeat_start(write_to_bearerboxes, DEFAULT_HEARTBEAT, in run_smppbox()