1. 程式人生 > >015 _beginthreadex CreateThread 函數區別

015 _beginthreadex CreateThread 函數區別

err 處理 dex 運行 create 這一 ndt 錯誤處理 end

_beginthreadex講解
_beginthreadex
  ○ 純 C/C++ API
    ○ 多線程這一塊的運行庫
  ○ C語言的錯誤處理機制 errno
    ○ 3條
    ○ 線程變得不安全了
  _beginthreadex();  //要比CreateThread 安全盡量使用_beginthreadex(); 創建線程
    //分配空間
    //調用CreateThread
  _endthreadex();

  CreateThread();
  EndThread();

技術分享

015 _beginthreadex CreateThread 函數區別