| 91 | } |
| 92 | |
| 93 | int 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 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…