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

#include <thread.h>

Public Member Functions

 Mutex ()
 
 ~Mutex ()
 
void Lock ()
 
bool TryLock ()
 
void Unlock ()
 

Detailed Description

Definition at line 60 of file thread.h.

Constructor & Destructor Documentation

◆ Mutex()

dart::bin::Mutex::Mutex ( )

◆ ~Mutex()

dart::bin::Mutex::~Mutex ( )

Member Function Documentation

◆ Lock()

void dart::bin::Mutex::Lock ( )

◆ TryLock()

bool dart::bin::Mutex::TryLock ( )

◆ Unlock()

void dart::bin::Mutex::Unlock ( )

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