搜索资源列表
-
0下载:
在Linux环境下,用C语言和信号量机制实现了五个哲学家进餐的互斥关系-the Linux environment, the C language and signal mechanism to achieve the volume of five philosophers dining mutex relations
-
-
0下载:
linux 应用程序API_进程
进程和信号编程
管道/io ,进程间通讯,网络编程,
线程机制
-linux application process and signal process API_ programming pipeline/io, inter-process communication, network programming, threading mechanism
-
-
0下载:
要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。
目 录
进程
信号
sched.c
进程信号队列
SMP
内核线程页目录的借用
代码分析
线程
进程描述符
init进程从内核态切换到用户态
SET_LINKS
REMOVE_LINKS
get_wchan()
sigframe的结构
rt_sigframe结构
信号队列的结构
内核线程
-
-
0下载:
linux下利用信号通信机制写的通信程序-linux signal communication mechanism to make use written communication program
-
-
0下载:
linux的信号实验,帮助理解linux的信号机制-linux signal experiments to help understand the signaling mechanism linux
-
-
0下载:
linux下的c编程入门,linux开发环境,进程环境,进程控制,进程关系,进程通信,信号机制,网络编程-entry under linux c programming, linux development environment, process environment, process control, process relationships, process communication, signal mechanism, network programming
-
-
0下载:
信号是在软件层次上对中断机制的一种模拟,是进程间通信机制中唯一的异步通信机制。
示例中给出了信号的使用方法-Signal in linux looks like software interrupt mechanism and it is the only asynchronous communication mechanism in inter-process communication.
Example codes shows us how to use the signal.
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第7章、Linux设备驱动中的并发控制。Linux设备驱动中必须解决的一个问题是多个进程对共享资源的并发访问,并发访问会导致竞态。Linux提供了多种解决竞态问题的方式,这些方式适合不同的应用场景。7.1节描述了并发和竞态的概念及发生场合。7.2~7.5节分别讲解了中断屏蔽、原子操作、自旋锁和信号量等并发控制机制。7.6节讲解增加并发控制后的globalmem的设备驱动。-Author: HuaQing v
-
-
0下载:
本书详尽的介绍了在linux环境在的QT使用,介绍了软件的安装规范,不同版本的比较,介绍了QT的基本编程:信号和槽机制,QT的多线程,Qt网络编程,以及QT常用工具:Qt设计器,Tmake,Qvfb等得详细介绍。-This book describes in detail the QT in linux environment The use, the software installation specifications, comparison of different versions,
-
-
0下载:
通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
-
-
0下载:
linux下信号量编程,属于进程间通信的一种机制, 可作为参考-programming under linux semaphore, a part of inter-process communication mechanism can be used as a reference
-