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 6.3
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.