当前线程 id

// in C++11 std::thread::id tid = std::this_thread::get_id(); std::thread::id tid = thread1.get_id(); // in vc int tid = GetCurrentThreadId(); 函数 //////////////////////////////////////////////////////
相关文章
相关标签/搜索