函式簡介. 函式pthread_join用來等待一個執行緒的結束。 頭檔案:#include <pthread.h> 函式原型為: int pthread_join(pthread_t thread, void **retval);
確定! 回上一頁