Searched refs:thin_lock_id (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc56 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) { argument
59 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) {
69 if (thin_lock_id == ThreadList::kInvalidThreadId) {
74 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id,
/art/runtime/
H A Dthread_list.cc1458 uint32_t thin_lock_id = self->GetThreadId(); local
1485 ReleaseThreadId(nullptr, thin_lock_id);

Completed in 619 milliseconds