搜索资源列表
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
watchdog_thread
- linux平台下看门狗驱动程序功能内核线程的实现-failed to translate
third_drv
- linux 线程实验简单功能实现,简单易懂-linux thread experiment simple functions
pThread
- 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
mutex_semphore
- Linux下操作系统的基本知识,在多线程处理中通过信号量进行互斥处理。-Basic knowledge of the Linux operating system under multithreading semaphore mutex.
simple-multithreaded-programming-
- linux下的简单多线程编程,一个进程中创建3个线程协同工作。-linux simple multi-threaded programming, a process created three threads to work together.
mutex
- Linux中信号量、线程、同步及互斥等例子-Examples of Linux, semaphores, threads, synchronization and mutual exclusion
Timercunt
- S3C2440的linux驱动,能实现高精度的内核计时,可利用计时,进行多线程中断!-S3C2440 linux driver, to achieve the kernel timing of the high-precision, available time, multi-threaded interrupt!
thread
- linux 线程方面的资料,很不错的,好几个简单的源程序,大家可以参考-linux thread the information, very good, good few simple source, we can refer to
2
- 操作系统实验,实现线程切换功能,在linux系统下,实现一个可以运行在无操作系统虚拟机上的线程切换工程-Experimental operating system, to achieve thread switching functions in linux system, to achieve an operating system can run on a virtual machine without thread switching on engineering
linux
- linux从入门到精通 包含基础命令,linux下c编程基础,嵌入式系统基础,嵌入式linux开发环境的搭建,文件IO编程,进程控制开发,进程间通信,多线程编程,嵌入式linux网络编程,嵌入式设备驱动编程,Qt图形编程基础等-linux from entry to master basic commands include, linux c programming based embedded system based on embedded linux development environ
thread
- linux多线程源程序代码,已通过编译,如有需要可以下来看看,绝对经典,欢迎大家参考。-linux multithreading source code, has compiled, if necessary you can look down, an absolute classic, we welcome the reference.
thread
- C C++ Linux多线程文件程序 C C++ Linux thread-C C++ Linux thread C C++ Linux thread
serial
- 实现Linux下的串口助手功能,采用多线程编程,基于Qt4.-Implementation under Linux serial assistant.
1
- linux下一个多线程并发服务器的实例,用于学习多线程编程及相关操作系统的知识-linux under a multi-threaded concurrent server instances for learning multithreaded programming and operating systems knowledge
pi
- linux下计算PI值,创建线程、互斥锁,可以借鉴一下-PI values calculated under linux, create threads, mutexes, we can draw
LINUX
- Linux学习总结文档,里面包含了Linux命令介绍和使用,以及介绍线程和进程应用开发,对于初学者有很大的帮助-Linux learning summary document, which contains the Linux command introduction and use, as well as introduction thread and process application development, a great help for beginners
matrix
- 在Linux下分别用Ptread线程和一般的方法编矩阵乘法,比较两者的差异。-we use Pthread and the general method to implement the matrix multiplication,and compare the difference between the two methods.
pthread-test
- linux 线程编程,基于2440的一个例子,挺好用的。-linux pthread
Multi-threaded-programming
- 主要介绍Linux 线程的基本概念及分析多线程库中的主要函数调用, 阐述使用多线程的优点, 以及多线程编程过程中应该注意的问题。-It introduces the basic concepts of Linux threading and analysis of multi-threaded library main function call, describes the advantages of using multiple threads, as well as multi-threa
