BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmt_qlock.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bsls_atomic.h>
#include <bsls_atomicoperations.h>
#include <bsls_assert.h>

Go to the source code of this file.

Classes

struct  bslmt::QLock
 
class  bslmt::QLock_EventFlag
 
class  bslmt::QLockGuard
 

Macros

#define BSLMT_QLOCK_INITIALIZER   { {0} }
 

Detailed Description

The content of this file has been pre-processed for Doxygen.

Macro Definition Documentation

◆ BSLMT_QLOCK_INITIALIZER

#define BSLMT_QLOCK_INITIALIZER   { {0} }

Use this macro as the value for initializing an object of type QLock For example:

QLock mylock = BSLMT_QLOCK_INITIALIZER;
#define BSLMT_QLOCK_INITIALIZER
Definition bslmt_qlock.h:258