Appendices > Portable Thread Library
 
Portable Thread Library
The Rogue Wave Server library contains a set of portable thread classes that are used to create and synchronize threads.
The portable thread library consists of the following classes:
*IlsBarrier,
*IlsCond,
*IlsRWLock,
*IlsThread,
*IlsSafeMutex,
*IlsUnsafeMutex.
The class IlsThread lets you create threads. The other classes are used to synchronize threads.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.