Forward declaration of platform‐specific timed semaphore implementation.
Synopsis
Declared in <bslmt_timedsemaphoreimpl_pthread.h>
template<class TIMED_SEMAPHORE_POLICY>
class TimedSemaphoreImpl;
Specializations
Name |
Description |
This class implements a timed semaphore in terms of POSIX operations. Note that only certain platforms provide |
|
This class implements a portable semaphore type for thread synchronization. |
Created with MrDocs