Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc385 int thread_user_code_suspend_count; member
397 thread_state.thread_user_code_suspend_count = 0; in GetNativeThreadState()
400 thread_state.thread_user_code_suspend_count = target->GetUserCodeSuspendCount(); in GetNativeThreadState()
409 if (state.thread_user_code_suspend_count != 0) { in GetJvmtiThreadStateFromInternal()