Searched defs:thread_user_code_suspend_count (Results 1 - 1 of 1) sorted by relevance

/art/openjdkjvmti/
H A Dti_thread.cc323 int thread_user_code_suspend_count; member in struct:openjdkjvmti::InternalThreadState
335 thread_state.thread_user_code_suspend_count = 0;
338 thread_state.thread_user_code_suspend_count = target->GetUserCodeSuspendCount();
347 if (state.thread_user_code_suspend_count != 0) {

Completed in 64 milliseconds