Searched refs:thin_lock_id (Results 1 – 3 of 3) sorted by relevance
48 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) { in DdmVmInternal_getStackTraceById() argument51 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById()61 if (thin_lock_id == ThreadList::kInvalidThreadId) { in DdmVmInternal_getStackTraceById()66 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id, false, &timed_out); in DdmVmInternal_getStackTraceById()
93 Thread* FindThreadByThreadId(uint32_t thin_lock_id);
817 Thread* ThreadList::FindThreadByThreadId(uint32_t thin_lock_id) { in FindThreadByThreadId() argument821 if (thread->GetThreadId() == thin_lock_id) { in FindThreadByThreadId()1129 uint32_t thin_lock_id = self->GetThreadId(); in Unregister() local1156 ReleaseThreadId(nullptr, thin_lock_id); in Unregister()