原文:pthread_detach()與pthread_join的區別? 簡單來說:pthread detach 即主線程與子線程分離,子線程結束后,資源自動回收。pthread join 即是子線程合入主線程, ...
確定! 回上一頁