linux多线程常用函数学习-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 91390
  • 博文数量: 150
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 977
  • 用 户 组: 普通用户
  • 注册时间: 2022-03-12 10:39
个人简介

不积小流,无以成江海。

文章分类

全部博文(150)

文章存档

2024年(10)

2023年(50)

2022年(90)

我的朋友
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: c/c

2022-12-29 17:09:26

待总结
1、pthread_mutex_destroy
如何使用pthread_mutex_destroy安全正确地销毁linux中的互斥锁?

2、pthread_cond_destroy
3、pthread_setaffinity_np  linux下将不同线程绑定到不同core和cpu上--pthread_setaffinity_np

其他知识点:
1、原子操作:
不会被线程调度机制打断的操作
"原子操作(atomic operation)是不需要synchronized",这是多线程编程的老生常谈了。所谓原子操作是指不会被机制打断的操作;这种操作一旦开始,就一直运行到结束,中间不会有任何 context switch [1]  (切换到另一个线程)。
参见网上的资料:
https://
baike.baidu.com/item/原子操作/1880992?fr=aladdin
阅读(142) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图