摘要: void fun1() { std::thread::id tid = std::this_thread::get_id(); printf("ID is %ld\n", *(long*)&tid); } void fun2() { std::thread::id tid = std::this_t 阅读全文
posted @ 2022-07-18 10:53 clovershell 阅读(3050) 评论(0) 推荐(0) 编辑