找回密码
 立即注册
线程Solarisprogramming编程 | 统计分析 2022-09-26 123 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
介绍了SolarisTM操作系统(SolarisOperatingSystem,SolarisOS)中POSIX?线程和Solaris线程的多线程编程接口。本指南将指导使用程序程序员如何创建新的多线程程序以及如何向现有的程序中增加多线程。虽然本指南同时介绍了POSIX线程接口和Solaris线程接口,但大多数主题都以POSIX线程为重点。仅适关于Solaris线程的信息将专门在一章中介绍。要理解本指南,读者有必要理解并发编程的概念:UNIX?SVR4系统-首选是Solaris发行版。C编程语言-多线程接口由规范C库提供。并发编程(与次序编程相对)的原理。
多线程编程指南.pdf

(The multi-thread programming interface of POSIX? thread and Solaris thread in SolarisTM operating system (Solaris Operating System, SolarisOS) is introduced. This guide will teach programmers how to create new multithreaded programs and how to add multithreading to existing programs. Although this guide covers both the POSIX threading interface and the Solaris threading interface, most topics focus on POSIX threads. Information only applicable to Solaris threads will be covered in a dedicated chapter. To understand this guide, it is necessary for the reader to understand the concepts of concurrent programming: UNIX? SVR4 systems - the Solaris distribution is preferred. The C programming language - multithreading interface is provided by the canonical C library. Principles of concurrent programming (as opposed to sequential programming).
Multithreaded Programming Guide.pdf)

[下载]16294611134.rar




上一篇:Java开发与应用
下一篇:OpenMP 并行程序设计