Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::HelperThreadState Struct Reference

Public Attributes

std::mutex mutex
 
std::condition_variable cvar
 
std::unique_ptr< std::thread > helper
 

Detailed Description

Definition at line 148 of file ffi_test_functions_vmspecific.cc.

Member Data Documentation

◆ cvar

std::condition_variable dart::HelperThreadState::cvar

Definition at line 150 of file ffi_test_functions_vmspecific.cc.

◆ helper

std::unique_ptr<std::thread> dart::HelperThreadState::helper

Definition at line 151 of file ffi_test_functions_vmspecific.cc.

◆ mutex

std::mutex dart::HelperThreadState::mutex

Definition at line 149 of file ffi_test_functions_vmspecific.cc.


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