#include <lockers.h>
Definition at line 419 of file lockers.h.
◆ SafepointReadRwLocker()
Definition at line 421 of file lockers.h.
423 ASSERT(rw_lock_ !=
nullptr);
424 if (!rw_lock_->EnterRead()) {
425
426 rw_lock_ = nullptr;
427 }
428 }
StackResource(ThreadState *thread)
◆ ~SafepointReadRwLocker()
dart::SafepointReadRwLocker::~SafepointReadRwLocker |
( |
| ) |
|
|
inline |
Definition at line 429 of file lockers.h.
429 {
430 if (rw_lock_ != nullptr) {
431 rw_lock_->LeaveRead();
432 }
433 }
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/lockers.h