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