第二十四天--[线程]
2019-04-13 本文已影响0人
dk_qi
学习内容:线程(1/2)
收获:
- 完成了命名管道和消息队列的单机聊天作业,巩固了相关知识的运用;
- 了解了线程的概念;
- 了解了线程的创建:pthread_create();
- 了解了线程等待:pthread_join();
- 了解了线程分离:pthread_detach();
今天完成了两个历史遗留问题,两个单机聊天的作业,感觉稍微开始找到感觉了。
笔记:
![](https://img.haomeiwen.com/i15369535/3943fb7e810bb4af.png)
![](https://img.haomeiwen.com/i15369535/b284153be9d7d42d.png)
![](https://img.haomeiwen.com/i15369535/900b55c6a36b11b7.png)
![](https://img.haomeiwen.com/i15369535/b4b18e3e9033336f.png)
![](https://img.haomeiwen.com/i15369535/79053df71c99b899.png)
![](https://img.haomeiwen.com/i15369535/66e0a9088f8e400f.png)
![](https://img.haomeiwen.com/i15369535/1cb1d859213fcc6c.png)
![](https://img.haomeiwen.com/i15369535/2bbeb1cd2b91e2e9.png)
![](https://img.haomeiwen.com/i15369535/2ae31f6c892ab274.png)
![](https://img.haomeiwen.com/i15369535/e5ddebac369a21e4.png)
![](https://img.haomeiwen.com/i15369535/c7384e5e042a056d.png)
![](https://img.haomeiwen.com/i15369535/55975f85465509e6.png)
学习内容:线程(1/2)
收获:
今天完成了两个历史遗留问题,两个单机聊天的作业,感觉稍微开始找到感觉了。
笔记: