Searched refs:thin_lock_id (Results 1 – 2 of 2) sorted by relevance
52 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) { in DdmVmInternal_getStackTraceById() argument55 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById()64 if (thin_lock_id == ThreadList::kInvalidThreadId) { in DdmVmInternal_getStackTraceById()69 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById()
1463 uint32_t thin_lock_id = self->GetThreadId(); in Unregister() local1511 ReleaseThreadId(nullptr, thin_lock_id); in Unregister()