線程介紹

int pthread_join(pthread_t thread,void **value_ptr);wait 等待線程結束函數,NULL void pthread_exit(void *value_ptr); exit(0); Func() { funb() } Funb() { return } _exit(0); 線程退出函數
相關文章
相關標籤/搜索