C++11 學習筆記


從 pthread 轉換到 C++11 的 std::thread

從 pthread 轉換到 std::thread
https://www.cntofu.com/book/46/linux_system/cong_pthread_zhuan_huan_dao_std__thread.md
每個都有提到 Thread、Mutex、Condition variable、future、atomic
pthread_create => std::thread
pthread_mutex_lock => std::mutex.lock()



重新命名 std::thread 執行緒的名字

std::thread - naming your thread
https://stackoverflow.com/questions/10121560/stdthread-naming-your-thread
有 linux 與 windows 的方式

如何設定windows執行緒名稱的方式
https://docs.microsoft.com/zh-tw/visualstudio/debugger/how-to-set-a-thread-name-in-native-code?view=vs-2019
Windows 10 1607 版或 Windows Server 2016 開始,支援使用 SetThreadDescription
之前的版本請用 RaiseException 的方式





留言

這個網誌中的熱門文章

4個免費線上筆記本

Android取经之路系列文章

[Chrome 外掛] Redirect Path 查看重定向的所有過程