Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::SafepointMonitorUnlockScope Class Reference

#include <lockers.h>

Inheritance diagram for dart::SafepointMonitorUnlockScope:
dart::ValueObject

Public Member Functions

 SafepointMonitorUnlockScope (SafepointMonitorLocker *locker)
 
 ~SafepointMonitorUnlockScope ()
 
- Public Member Functions inherited from dart::ValueObject
 ValueObject ()
 
 ~ValueObject ()
 

Detailed Description

Definition at line 282 of file lockers.h.

Constructor & Destructor Documentation

◆ SafepointMonitorUnlockScope()

dart::SafepointMonitorUnlockScope::SafepointMonitorUnlockScope ( SafepointMonitorLocker locker)
inlineexplicit

Definition at line 284 of file lockers.h.

285 : locker_(locker) {
286 locker_->ReleaseLock();
287 }

◆ ~SafepointMonitorUnlockScope()

dart::SafepointMonitorUnlockScope::~SafepointMonitorUnlockScope ( )
inline

Definition at line 288 of file lockers.h.

288{ locker_->AcquireLock(); }

The documentation for this class was generated from the following file: