摘要: #define MAX_THREADS 1 class Test { public: Test(): m_stop(false), s("Object exists.") { printf("ctor\n"); m_threads = new pthread_t[MAX_THREADS]; for 阅读全文
posted @ 2021-12-14 21:16 macguz 阅读(461) 评论(0) 推荐(0)