-
进程管理和线程管理 进程管理和线程管理
进程管理和线程管理 进程管理和线程管理-Process management process management and thread management and thread management
- 2022-03-20 18:05:24下载
- 积分:1
-
如何启动或停止一个窗口新台币服务。
How to start or stop a windows NT service.
- 2022-11-06 00:00:04下载
- 积分:1
-
线程控制,编程环境:Unix
线程控制,编程环境:Unix-thread control, programming environment : Unix
- 2022-02-14 23:51:46下载
- 积分:1
-
使用信号量对象实现线程的同步的一个实例
使用信号量对象实现线程的同步的一个实例- The use signal quantity object realizes a line regulation
synchronization example
- 2022-01-28 10:10:45下载
- 积分:1
-
处理多
对于网游服务器处理多客户连接采用的线程池技术,有源码.-To deal with multi-client server network connections used by thread pool technology, has source code.
- 2022-06-06 14:50:58下载
- 积分:1
-
当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译...
当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译-current more popular threads model of producers and consumers, mainly in the signal mechanism. The compiler vc6
- 2022-10-09 05:10:02下载
- 积分:1
-
threaded, realize the video capture and encoding process! Blackfin532 platform!
使用多线程,实现视频的捕获和编码过程!Blackfin532平台!
- 2022-08-18 15:23:43下载
- 积分:1
-
简单代码讲解同步机制CMutex,这个代码是别人写的,还不错,值得一看...
简单代码讲解同步机制CMutex,这个代码是别人写的,还不错,值得一看-A simple code on the synchronization mechanism CMutex
- 2022-04-17 06:23:41下载
- 积分:1
-
看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach...
看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单独的线程。
-look at the UNIX System and the process of Mach"s mandate and the relationship between the threads. In UNIX systems, a process includes an executable program and a range of resources, such as file descriptors table and address space. In Mach, a task only a series of resources; Threads handle all the executable code. A Mach task can have any number of threads and its associated, and each one must thread related tasks. And to a certain set of tasks related to the threads are sharing all the resources. Thus, a thread is a program counter, a stack, and a series of registers. All need to use the data structures are covered by the mandate. A UNIX system in the process of Mach which corresponds to a mandate and a separate thread.
- 2022-12-05 01:30:03下载
- 积分:1
-
本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。...
本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, Command-line processing capabilities.
- 2022-01-22 12:40:05下载
- 积分:1