Searched refs:thin_lock_id (Results 1 – 3 of 3) sorted by relevance
46 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) { in DdmVmInternal_getStackTraceById() argument49 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById()59 if (thin_lock_id == ThreadList::kInvalidThreadId) { in DdmVmInternal_getStackTraceById()68 thread = thread_list->SuspendThreadByThreadId(thin_lock_id, false, &timed_out); in DdmVmInternal_getStackTraceById()
602 Thread* ThreadList::FindThreadByThreadId(uint32_t thin_lock_id) { in FindThreadByThreadId() argument606 if (thread->GetThreadId() == thin_lock_id) { in FindThreadByThreadId()839 uint32_t thin_lock_id = self->GetThreadId(); in Unregister() local864 ReleaseThreadId(nullptr, thin_lock_id); in Unregister()
87 Thread* FindThreadByThreadId(uint32_t thin_lock_id);