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

Function run

lib_acl_cpp/samples/connect_manager/main.cpp:147–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static void run(int cocurrent, int delay)
148{
149 // ���̳߳�����������
150 for (int i = 0; i < cocurrent; i++) {
151 acl_pthread_pool_add(__thr_pool, thread_main, NULL);
152 }
153
154 printf(">>>sleep %d seconds for monitor check\r\n", delay);
155 sleep_while(delay);
156}
157
158static void usage(const char* procname)
159{

Callers 1

mainFunction · 0.70

Calls 1

sleep_whileFunction · 0.70

Tested by

no test coverage detected