pthread_join () — wait for the termination of a specified thread. SYNOPSIS. #include <pthread.h>. int pthread_join( pthread_t thread, void **value_ptr ); ...
確定! 回上一頁