MCPcopy Create free account
hub / github.com/acl-dev/acl / usage

Function usage

lib_acl/src/proctl/proctl_monitor.c:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215static void usage(ACL_VSTREAM *client)
216{
217 acl_vstream_fprintf(client, "usage: progname|-h[help]"
218 "|-d|{action}[START|STOP|QUIT|LIST|PROBE]|-f|filepath|-a|args\r\n");
219 acl_msg_info("usage: progname|-h[help]|-d|{action}[START|STOP|QUIT|LIST|PROBE]"
220 "|-f|filepath|-a|args");
221}
222
223/* ���ƽ��̵ļ����̴߳������������ */
224static int proctl_monitor_main(ACL_VSTREAM *client, int argc, char *argv[])

Callers 2

proctl_monitor_mainFunction · 0.70
proctl_monitor_loopFunction · 0.70

Calls 2

acl_vstream_fprintfFunction · 0.85
acl_msg_infoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…