2017年7月18日

pthread_create 报函数参数不匹配问题

摘要: pthread_create方法遇到类方法时总会报 argument of type ‘void* (Thread::)(void*)’ does not match ‘void* (*)(void*)’pthread_create方法第三个参数只能是C函数指针或者类到静态函数指针。下面记录一下解决 阅读全文

posted @ 2017-07-18 08:21 旭东的博客 阅读(3377) 评论(0) 推荐(0)

导航