函式pthread_join用來等待一個執行緒的結束,執行緒間同步的操作。頭檔案: #include <pthread.h>. 函式定義: int pthread_join(pthread_t thread, void **retval);.
確定! 回上一頁