readme

来自「su 的源代码库」· 代码 · 共 33 行

TXT
33
字号
This directory contains the source code for the Vthread library.Despite the promise of the Posix pthread interface, multi-threadingis still a haphazard as far as portable programming is concerned.For this reason, Vthread provides a set of functions for portablethreads including mutex handling. Vthread is known to run on allknown Unix flavors including Linux, BSD, Irix, HPUX, Solaris, etc.and all known Window versions.DIRECTORY HIERARCHY:. :		source code for Vthread./features:	source code for generating configuration parameters../Vthread_t:	regression tests.SOFTWARE CONSTRUCTION:To build the library, type:	make -f Makefile installCORRESPONDENCE:Comments, etc. should be sent to:        Phong Vo        AT&T Labs - Research        180 Park Avenue        Florham Park, NJ 07932        e-mail: kpv@research.att.com

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?