#include <os_thread.h>
Definition at line 40 of file os_thread.h.
◆ Mutex()
dart::Mutex::Mutex |
( |
NOT_IN_PRODUCT(const char *name="anonymous mutex") |
| ) |
|
|
explicit |
◆ ~Mutex()
◆ IsOwnedByCurrentThread()
bool dart::Mutex::IsOwnedByCurrentThread |
( |
| ) |
const |
|
inline |
Definition at line 402 of file os_thread.h.
402 {
403#if defined(DEBUG)
405#else
407 return false;
408#endif
409}
static ThreadId GetCurrentThreadId()
◆ Dart_TestMutex
◆ MallocLocker
friend class MallocLocker |
|
friend |
◆ MutexLocker
◆ OSThreadIterator
◆ PageSpace
◆ SafepointMutexLocker
◆ TimelineEventRecorder
friend class TimelineEventRecorder |
|
friend |
◆ TimelineEventRingRecorder
friend class TimelineEventRingRecorder |
|
friend |
The documentation for this class was generated from the following file: