#include <thread_stack_resource.h>
Definition at line 21 of file thread_stack_resource.h.
◆ ThreadStackResource()
dart::ThreadStackResource::ThreadStackResource |
( |
Thread * |
T | ) |
|
|
inlineexplicit |
◆ ~ThreadStackResource()
dart::ThreadStackResource::~ThreadStackResource |
( |
| ) |
|
Definition at line 14 of file thread_stack_resource.cc.
14 {
15#if defined(DEBUG)
17 BaseIsolate::AssertCurrent(
reinterpret_cast<BaseIsolate*
>(
isolate()));
18 }
19#endif
20}
Isolate * isolate() const
◆ isolate()
Isolate * dart::ThreadStackResource::isolate |
( |
| ) |
const |
◆ isolate_group()
IsolateGroup * dart::ThreadStackResource::isolate_group |
( |
| ) |
const |
◆ thread()
Thread * dart::ThreadStackResource::thread |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: