#include <os_thread.h>
Definition at line 357 of file os_thread.h.
◆ WaitResult
Enumerator |
---|
kNotified | |
kTimedOut | |
Definition at line 359 of file os_thread.h.
◆ Monitor()
dart::Monitor::Monitor |
( |
| ) |
|
◆ ~Monitor()
dart::Monitor::~Monitor |
( |
| ) |
|
◆ IsOwnedByCurrentThread()
bool dart::Monitor::IsOwnedByCurrentThread |
( |
| ) |
const |
|
inline |
Definition at line 371 of file os_thread.h.
371 {
373 return false;
374 }
◆ Dart_TestMonitor
void Dart_TestMonitor |
( |
| ) |
|
|
friend |
◆ MonitorLocker
◆ SafepointMonitorLocker
◆ SafepointRwLock
◆ kNoTimeout
constexpr int64_t dart::Monitor::kNoTimeout = 0 |
|
staticconstexpr |
The documentation for this class was generated from the following file: