ctags找不到pthread相关函数

在生成tags文件时,要使用命令:

sudo ctags  -I __THROW  -I __THROWNL -I __attribute_pure__ -I __nonnull -I __attribute__ -R --c-kinds=+p --fields=+iaS --extra=+q --language-force=C  /usr/include/

否则ctags会不认识这些宏从而识别不了


你可能感兴趣的:(ctags找不到pthread相关函数)