Begin File: xthread.tgz Description: POSIX thread library Keywords: xthread Version: version 2 Entered-date: july 4/97 Author: Ported-by: Zhang Xiangyang Original-site: Copying-policy: Supplemental: This is a multithread package which is compatible with the standard POSIX1003.4a. The programs were tested to work correctly on my machine. This thread libray was written by Zhang Xiangyang last December. At that time he only followed the POSIX1003.4a standard. At moment many new standard concerning the thread is distributed. Any incomptibility with the new standard can be possible. The package contains following directory: inc : public header file that thread program should use lib : the library the program should make use of. obj : the object file for the thread src : the source code and head file for the thread library tools: the tools or source code which used to test the QNX environment. tst: the test tools which used to test the thread package. This the the version 2 package. The version 1.0 contains several bugs. It has been solved on the version 2.0. Here I make it public in the hope that it can be useful for the other persons. But I do not gurantee there is no potential bugs in it. In no event should the author assume the reponsibility for any direct, indirect, special, exemplary or consequential damage. But any problem can be consulted. The redistribution and use of xthread package can be permitted provided the following conditions are met. 1. Redistributions of source code must retain the copyright notice : Copyright (C) 1996, Zhang Xiangyang. 2. The author should be informed of any commercial use of this packge. 3. All advertising materials mentioning features or use of this software package must display the following acknowledgement: This product includes software developed by Zhang Xiangyang, SBB, Shanghai, P. R. China 4. The name of author can not be used to endorse or promote products derived from this software without specific prior written permission. End