Exemplo n.º 1
0
 void Lock::ScopedLock::tempRelease() {
     long long micros = _timer.micros();
     _tempRelease();
     _pbws_lk.tempRelease();
     _recordTime( micros ); // might as well do after we unlock
 }
Exemplo n.º 2
0
 void Lock::ScopedLock::tempRelease() {
     _tempRelease();
     _pbws_lk.tempRelease();
 }