腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
在进程(而不是线程)中使用semaphore.h
、
、
、
、
我有这样的代码:#include <unistd.h>#include <sys/shm.h>#include <sys/types.h> int segment_n; int *shared_n; int pid_int;
浏览 1
提问于2013-06-20
得票数 0
回答已采纳
2
回答
如何解决BOOST Log 1 .72的链接错误?
、
、
、
我有一个源代码库,它适用于两个平台/编译器:这是构建结果: The Boost
C
++ Libraries were successfully built!
浏览 7
提问于2020-10-30
得票数 0
1
回答
无法在Pycharms中安装uwsgi
、
、
、
-
pthread
] plugins/python/wsgi_handlers.oplugins'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-715t_4on/uwsgi_3
c
73
c
5706
浏览 3
提问于2021-01-15
得票数 2
1
回答
用vcpkg编译gRPC
C
++示例
、
、
、
、
/vcpkg install grpc protobuf[core]:x64-
linux
浏览 1
提问于2020-10-17
得票数 3
回答已采纳
1
回答
在GDB中获取线程的堆栈区域
、
这些线程是在
linux
环境中通过
pthread
创建的。 致以问候。
浏览 0
提问于2020-05-12
得票数 1
1
回答
交叉编译aws webrtc库时出现库链接错误
、
、
、
、
我输入了什么命令 export CC=arm-
linux
-gnueabihf-gccexport LD=arm-
linux
-gnueabihf-ldreference to `
pthread
_rwlock_wrlock' /home/jacob/Workspace/toolchain/arm-
linux
-gnueabihf/bin/ld: /ho
浏览 123
提问于2021-01-15
得票数 0
回答已采纳
1
回答
为什么黑尔硬显示“锁顺序被违反”错误信息?
、
、
、
、
(in /usr/lib/valgrind/vgpreload_helgrind-amd64-
linux
.so)==10035== by 0x50506DA: start_thread (
pthread<
浏览 2
提问于2020-05-25
得票数 1
回答已采纳
1
回答
使用
c
++线程时出现错误
、
pthread
_t getFocus;
pthread
_join ( getFocus, NULLvoid *returnFocus ( void *argument ) {}undefined reference to _imp__
pthread
_createundefined reference to _imp__
pthread</em
浏览 3
提问于2014-06-17
得票数 0
0
回答
编译go to Android:
pthread
_key_create签名无效
、
、
、
++ \ /usr/lib/go-1.8/src/runtime/cgo/gcc_android_arm.
c
:30:34:5:0: &
浏览 8
提问于2017-06-08
得票数 0
回答已采纳
2
回答
为什么
Linux
中没有库说明符就没有错误?
、
、
我目前是一名学生,学习操作系统,并使用
Linux
作为操作系统进行实践。当我们进入多线程应用程序并开始使用它们(主要是
pthread
_create()和
pthread
_join() )时,该类最常见的错误之一是在编译时使用:而不是:我的问题是,为什么编译器和链接器在没有使用-lpthread说明符编译/链接时不会抛出错误,即使代码中使用的函数需要线程库。在所有
Linux
环境
浏览 2
提问于2015-10-19
得票数 4
回答已采纳
15
回答
Linux
中对
pthread
_create的引用未定义
、
、
、
\n", tid);} { exit(-1); }}corey@ubuntu:~/demo$ gc
浏览 0
提问于2009-11-03
得票数 479
1
回答
当需要一个安全函数而不包装不安全函数时,如何传递不安全函数?
、
我想让
pthread
_create指向一个
C
函数,我稍后会链接到这个函数。该
C
函数将使用
pthread
_cleanup_push和
pthread
_cleanup_pop,它们是
C
宏,因此不能移植到Rust。:*mut
c
_void) -> *mut
c
_void; let mut tid1 = std::mem::zeroed(); libc::
pthread
_create]: mi
浏览 0
提问于2017-02-17
得票数 4
1
回答
哲学家42锁序问题
、
(in /usr/lib/x86_64-
linux
-gnu/valgrind/vgpreload_helgrind-amd64-
linux
.so)==170652== by 0x401B8B: philo (philo.
c
:90) ==170652== by 0x4842B1A: ???start_thread (
pthread
_create.<e
浏览 14
提问于2022-05-03
得票数 -2
2
回答
如何用线程和lpq编译
C
代码
、
、
、
、
reference to `PQfinish'uploadData.
c
:(.text+0x6d5): undefined reference to `
pthread
_create' uploadData.
c
:(.text+0x6fe): undefined referenceto `
pthread
_joi
浏览 3
提问于2017-01-10
得票数 1
回答已采纳
0
回答
弱符号和弱引用
、
、
} gcc lib.o -o lib.so -shared gcc.2 (0x00007faa4fad1000)SIGPROCMASK
linux
-vdso.so.1 => (0x00007ffc7f51e000/ld-
linux
-x86-64.so.2 (0x
浏览 10
提问于2017-06-06
得票数 3
回答已采纳
2
回答
-
pthread
、-lpthread和最小动态链接时间依赖关系
、
、
、
、
示范:$ echo 'int main(){ return
pthread
_self(); }' |
c
gcc -include
pthread
.h -x
c
- -lpthread &
浏览 6
提问于2016-12-21
得票数 7
回答已采纳
0
回答
Django,pip包
、
、
-
pthread
] core/mule.o [thread3][x86_64-
linux
-gnu-gcc -
pthread
] core/stats.o [thread 2][x86_64-
linux
-gnu-gcc -
pthread
] core/sendfile.o[thread 3]
浏览 8
提问于2016-07-01
得票数 0
1
回答
运算符=不适用于fstream。
、
、
、
/include/
c
++/4.8.3/x86_64-redhat-
linux
/bits/gthr-default.h:35:0,中包含的文件中从/usr/lib/gcc/x86_64-redhat-
linux
/include/
c
++/4.8.3/x86_64-redhat-
linux
/bits/gthr.h:148,到/usr/
浏览 1
提问于2016-07-30
得票数 0
2
回答
获取/设置
Linux
中的线程调度策略
、
、
int i, policy;
pthread
_attr_t attr; 但是,我得到了这个错误。
linux
_scheduling.<em
浏览 7
提问于2016-01-24
得票数 0
回答已采纳
1
回答
无法在Raspberry Pi上安装python 3.9.6的模块
、
、
、
-I/usr/include/arm-
linux
-gnueabihf -I/usr/local/include -I/usr/local/include/python3.9 -
c
_struct.
c
--I/usr/include/arm-
linux
-gnueabihf -I/usr/local/include -I/usr/local/
浏览 37
提问于2021-07-14
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Linux C/C+调试的那些“歪门邪道”
linux下安装oracle12c
分享:C语言编程——LINUX 多线程
Android C++系列:Linux信号(三)
Linux C加加 类之构造函数!
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券