搜索资源列表
Posix
- POSIX平台多线程编程指南 通用开放式操作系统的多线程应用指南。
susv3
- posix标准英文,html格式,可移植Unix操作系统接口(Portable Operating System Interface for uniX)
nptl-design
- nptl的设计文档,英文版 The Native POSIX Thread Library for Linux-The Native POSIX Thread Library for Linux
POSIXProgGuide
- Manual to POSIX programming
Posix4
- Standard Posix - Reference for developer -Standard Posix- Reference for developer
POSIX
- Linux man pages for all chapters except 1, 6 and 8
SerialProgrammingGuideforPOIXOperatingSystems
- Linux串口编程。Linux 操作系统从一开始就对串行口提供了很好的支持,本文就 Linux 下的串行口通讯编程进行介绍。 -Serial Programming Guide for POSIX Operating Systems
crpcut-1.0.3
- The Compartmented Robust Posix C++ Unit Test system. crpcut is a simple to use unit test system for C++, where each test case is run in its own process and own working directory, to ensure that each test case starts from a clean slate. -The Compartme
ace_doc
- 述ACE的结构和功能,并使用来自像电信、企业级医学成像和WWW服务这样的领域的例子阐释核心的ACE特性。ACE可以自由使用,并正在被用于许多商业项目(比如爱立信、Bellcore、西门子、摩托罗拉、柯达,和McDonnell Douglas),以及许多学院和工业研究项目。ACE已被移植到多种OS(操作系统)平台上,包括Win32和大多数的UNIX/POSIX实现-ACE described the structure and function, and use come from as tele
posix-write-read-lock
- posix write read lock
OReilly.-.21st.Century.C.2012.RETAiL.eBOOk-rebOOk
- Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn which older C concepts should be downplayed or deprecated Expl
UNIX
- 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
b
- -This book describes in depth the open system interface standard IEEE-POSIX threads, commonly known as Ptherads standards. This book first explains the basic concepts of threads, including asynchronous programming, thread life cycle and synchronizati
POSIX-Threads-Programming_Modified_07_03_2015
- Tutorial Using LLNL s Supercomputers workshop. (Modified: 07/03/2015) Parallel programming with threads. Introduction to concepts, motivations, and design considerations for using Pthreads. Thread Management, Mutex Variables,Condition Variabl