當前線程 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(); 函數 //////////////////////////////////////////////////////
相關文章
相關標籤/搜索