- 博客(2)
- 收藏
- 关注
原创 针对初学者:pthread_cleanup_push()/pthread_cleanup_pop()讲解
针对初学者:pthread_cleanup_push()/pthread_cleanup_pop()讲解函数原型void pthread_cleanup_push(void (*routine) (void *), void *arg)void pthread_cleanup_pop(int execute)问题引入线程终止有两种情况:正常终止和非正常终止。线程主动调用pthread...
2019-03-22 00:33:11 659
原创 gcc -m32报错的解决办法
gcc -m32报错的解决办法报错:gcc -m32 In file included from push_test.c:1:0: /usr/include/stdio.h:27:10: fatal error: bits/libc-h##解决方法:sudo apt-get install libc6-dev-i386有可能会报错:ubuntu下无法获得锁 /var/lib/dpkg/lo...
2019-06-20 16:27:36 5480
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人