当前位置: 技术问答>linux和unix
linux 多线程
来源: 互联网 发布时间:2017-04-17
本文导语: 打印380次左右后,程序被阻塞住了,why void test(void) { printf("====n"); } void main() { while(1) { pthread_t t; t = pthread_create(&t, NULL, pp, NULL); ...
打印380次左右后,程序被阻塞住了,why
void test(void)
{
printf("====n");
}
void main()
{
while(1)
{
pthread_t t;
t = pthread_create(&t, NULL, pp, NULL);
if (t
void test(void)
{
printf("====n");
}
void main()
{
while(1)
{
pthread_t t;
t = pthread_create(&t, NULL, pp, NULL);
if (t