函式pthread_join用來等待一個執行緒的結束。函式原型為: extern int pthread_join __P ((pthread_t __th, void **__thread_return)); 第一個引數為被 ...
確定! 回上一頁