gpt4 book ai didi

C-Posix-cond_wait/信号

转载 作者:行者123 更新时间:2023-11-30 21:09:45 25 4
gpt4 key购买 nike

在纯 C 中,pthread_cond_wait 是这样吗?和pthread_cond_signal/pthread_cond_destroy , pthread_cond_init设置errno万一出错?或者他们只是返回一个值!= 0 ?

最佳答案

来自pthreads man :

Note that the pthreads functions do not set errno.

特定函数的文档表明,如果失败,它们会返回一个错误号来指示错误。所以你只需要检查函数返回的值。

关于C-Posix-cond_wait/信号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33617593/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com