Home
last modified time | relevance | path

Searched defs:ThreadManagedScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/thread/
Dthread_state_transition.h95 explicit ThreadManagedScope(T *self) : scope_(self) {} in ThreadManagedScope() function
/arkcompiler/ets_runtime/ecmascript/checkpoint/
Dthread_state_transition.h146 explicit ThreadManagedScope(T* self) : scope_(self) {} in ThreadManagedScope() function