摘要
研究了在LINUX操作系统下多线程的编程方法,主要包括多线程的基本创建方法、如何修改多线程的属性以及线程之间的数据处理.重点论述了多线程数据处理方法中的互斥锁和条件变量.
The design for multithread in Linux is discussed, covering the basic creating method of multithread; ways to change the thread attributes and the data processing of multithread. The mutex lock and conditional variables in the data processing of multithread are stated.
出处
《大连民族学院学报》
CAS
2005年第1期7-9,共3页
Journal of Dalian Nationalities University
关键词
线程
线程的属性
互斥锁
条件变量
multithread
thread attribute
mutex lock
conditional variable