标签: c multithreading operating-system
我正在尝试使用thread_create通过gcc构建一个简单的C代码。要使用thread_create(),哪个库应该是" #include" d?我应该还向gcc发送特定的标志吗?
答案 0 :(得分:1)
您可以使用pthread_create中包含的<pthread.h>,有关详细信息,请参阅pthread_create的联机帮助页,如果您在Linux上,则可以在man pthread_create中输入Int你的终端。
pthread_create
<pthread.h>
man pthread_create
Int