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

Function main

lib_acl_cpp/samples/thread/main.cpp:93–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93int main(void)
94{
95 // ��ʼ�� acl ��
96 acl::acl_cpp_init();
97
98 test_thread();
99 if (0)
100 test_thread2();
101
102 printf("enter any key to exit ...\r\n");
103 getchar();
104
105 if (0)
106 test_thread3();
107
108 return 0;
109}

Callers

nothing calls this directly

Calls 4

acl_cpp_initFunction · 0.85
test_thread2Function · 0.85
test_thread3Function · 0.85
test_threadFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…