lock overloads

Synopses

Declared in <bslmt_qlock.h>

Acquire a lock on the associated QLock, blocking if necessary.

void
lock();

Associate this guard with qlock and acquire the lock.

void
lock(QLock* qlock);

Parameters

Name

Description

qlock

QLock to associate with this guard and lock

Created with MrDocs