ahchengrui

Results 1 comments of ahchengrui

demo/os/linux/main.c 代码修改如下 ` /* start EasyLogger */ elog_start(); /* test logger output */ _test_multithread(); return EXIT_SUCCESS; } static void _test_multithread() { pthread_t ptt[2]; int i; for (i = 0; i...