Home
last modified time | relevance | path

Searched refs:thr_ (Results 1 – 2 of 2) sorted by relevance

/art/test/ti-agent/
Dtrace_helper.cc58 : jnienv_(jnienv), env_(env), thr_(thr) { in ScopedCallbackState()
59 CHECK(!IsInCallback(jnienv_, env_, thr_)); in ScopedCallbackState()
60 SetInCallback(jnienv_, env_, thr_, true); in ScopedCallbackState()
63 CHECK(IsInCallback(jnienv_, env_, thr_)); in ~ScopedCallbackState()
64 SetInCallback(jnienv_, env_, thr_, false); in ~ScopedCallbackState()
70 jthread thr_; member in art::common_trace::ScopedCallbackState
/art/adbconnection/
Dadbconnection.cc173 jobject thr_; member
181 data->thr_); in CallbackFunction()
192 env->DeleteGlobalRef(data->thr_); in CallbackFunction()
193 data->thr_ = nullptr; in CallbackFunction()
265 soa.Env()->DeleteGlobalRef(data->thr_); in StartDebuggerThreads()