更新时间:2024-03-02 12:03
线程通过调用pthread_exit函数终止执行,就如同进程在结束时调用exit函数一样。这个函数的作用是,终止调用它的线程并返回一个指向某个对象的指针。
void pthread_exit(void* retval);
pthread_exit()