登录
首页 » Process-Thread » 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach...

看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach...

于 2022-12-05 发布 文件大小:19.64 kB
0 50
下载积分: 2 下载次数: 1

代码说明:

看一下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.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细...
    这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细-This is the standard on multi-threaded programming some of the information and codes, and a more detailed briefing
    2022-08-17 14:37:30下载
    积分:1
  • Win32_Event_Handling.zip事件
    Win32_Event_Handling.zip事件-Win32_Event_Handling.zip incident
    2022-05-26 07:57:29下载
    积分:1
  • 一个库,实现了一个通用的接口进行远程操作和远程存储器…
    A library that implements a common interface for remote memory handling and remote execution for all Windows versions.-A library that implements a common interfa ce for remote handling and remote memory execut ion for all Windows versions.
    2022-02-26 00:25:46下载
    积分:1
  • The process of implementation method, this procedure describes how to create a p...
    进程的实现方法,此程序介绍如何创建一个进程的方法-The process of implementation method, this procedure describes how to create a process approach
    2022-04-11 00:12:25下载
    积分:1
  • SDK using a simple example of multi
    利用SDK实现多线程的简单例子,绝对可以运行-SDK using a simple example of multi-threaded, absolutely you can run
    2023-08-06 20:55:03下载
    积分:1
  • Multithreading is a powerful tool, we can each time the need to implement the ma...
    多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the archit
    2023-06-08 19:10:04下载
    积分:1
  • 好好
    好好-good
    2022-07-07 01:34:49下载
    积分:1
  • 演示了列举系统所有进程,并且强制结束,希望对大家有帮助...
    演示了列举系统所有进程,并且强制结束,希望对大家有帮助-demonstrated a list of all system processes, and the end of compulsory, and I hope to be helpful
    2022-07-24 08:37:47下载
    积分:1
  • 进程&线程查看器
    进程&线程查看器-process
    2022-08-04 03:05:49下载
    积分:1
  • 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编
    多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Procedures for the preparation of multi-threaded, multi-threaded applications easily arise. Mutex object to explain, how to use the mutex object to realize multi-thread synchronization. How to use named mutex object to ensure that applications run only one instance. Application of multi-threaded chat room procedures for the preparation of the network.
    2022-03-29 20:07:17下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载