函數pthread_join用來等待一個線程的結束,線程間同步的操作。頭文件: #include <pthread.h>函數定義: int pthread_join(pthread_t thread, void **retval); ...
確定! 回上一頁