#include #include "thread_test.h" using namespace std; int main(int argc, char **argv) { Thread_Test test(10); int ret = test.start(); if (!ret) { cout<<"thread add succeed!"<