【问题标题】:How to use pthread header file in C project in CLion which uses MinGW in windows如何在 Windows 中使用 MinGW 的 CLion 中的 C 项目中使用 pthread 头文件 【发布时间】:2020-04-27 10:48:20 【问题描述】:
我正在尝试在使用 CLion 的项目中包含 #include <pthread.h>,但我无法直接使用它。是否有任何特定方法可以将 pthread 包含到 C 项目中?