1 Star 0 Fork 22

郑志豪/third_party_cups

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ohos-modify-pthread.patch 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
diff --git a/cups/thread.c b/cups/thread.c
index 0e01cbf..7898312 100644
--- a/cups/thread.c
+++ b/cups/thread.c
@@ -154,7 +154,7 @@ _cupsRWUnlock(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
void
_cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */
{
- pthread_cancel(thread);
+ pthread_kill(thread, 10);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zheng_zhi_hao/third_party_cups.git
git@gitee.com:zheng_zhi_hao/third_party_cups.git
zheng_zhi_hao
third_party_cups
third_party_cups
master

搜索帮助