搜索资源列表
linuxflockipc
- linux下面的文件锁和信号量的程序-below the locks and document the procedures for signal
chenKEY
- 这是关于linux下的驱动程序的一段加锁程序,对学习linux驱动程序很有帮助-on linux drivers under the section of the locking procedures, learning linux driver helpful
a048008
- 本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realizati
RPG
- 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
thrmgr
- linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!
linux_IO_program
- linuxI/O的基础编程实例,练习打开文件、文件上锁、文件堵塞功能
testpthread2
- linux c 多线线程在此源码中应用了锁的同步
thread-3.tar
- linux 多程序开发代码,包括队列,锁,线程的运用
fork_vfork
- 主要测试fork和vfork区别的代码 比较简单,但是能说明很多问题 读者可以尝试对文件描述符的的共享特性进行测试 还有vfork死锁问题的特性进行测试
解决线程死锁问题的 生产者 消费者程序
- 解决线程死锁问题的 生产者 消费者程序-threads of producers and consumers procedures
sisuo
- POSIX下线程死锁的演示程序(操作系统实验)
unixprogram
- Linux、多进程应用,共享内存,互斥锁应用
i2c.zip
- at91rm9200的i2c驱动,解决了死锁恢复问题,at91rm9200 i2c drv,can resume in dead lock
lock_mutex
- 演示了linux中的互斥锁机制,用gcc编译后运行-Demonstrates the mutual exclusion lock mechanism linux, compiled and run using gcc
linux内核锁示例代码
- linux内核锁机制的相关源代码示例,包括自旋锁,互斥量,完成量等内容。
linux
- Linux下的编程 本人课程设计 全部能运行 包括:合并排序.cpp 进程管理.cpp 进程控制实验.c 内存管理.cpp 生产者和消费者.c 死锁实验.c 线程实验.c-Programming under Linux I can run all the curriculum include: Merge sort. Cpp process management. Cpp process control experiment. C memory management. Cpp producers
ch3
- linux 内核编程,关于内核信号量和自旋锁编程实例代码;操作系统环境为cent os -linux kernel programming, semaphores and spin on the kernel lock code, programming examples operating system environment for the cent os
signal_mutex
- 演示了linux中用信号量实现互斥锁的机制,用gcc编译后运行-Demonstrated using linux semaphore mutex lock mechanism, with the gcc compiled and run
Mutex
- 封装了Linux下的互斥锁、读写锁、条件锁以及防止死锁的策略(The mutex, read-write lock, conditional lock and deadlock prevention strategy of Linux are encapsulated)
CCycleBuffer
- C语言实现的无锁缓冲区。读写分离。支持windows及linux系统(A lock free buffer implemented by the C language. Separation of reading and writing. Support windows and Linux systems)