void *(*func)(void *)形参是个函数指针,其指向的函数参数为空,返回值是一个空指针。pthread_create 要创建的线程,要执行什么样的功能,该功能由这个函数定义。
这个啥意思啊?没看懂