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

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc48 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) { argument
51 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) {
61 if (thin_lock_id == ThreadList::kInvalidThreadId) {
66 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id, false, &timed_out);
/art/runtime/
H A Dthread_list.h93 Thread* FindThreadByThreadId(uint32_t thin_lock_id);
H A Dthread_list.cc817 Thread* ThreadList::FindThreadByThreadId(uint32_t thin_lock_id) { argument
821 if (thread->GetThreadId() == thin_lock_id) {
1129 uint32_t thin_lock_id = self->GetThreadId(); local
1156 ReleaseThreadId(nullptr, thin_lock_id);

Completed in 121 milliseconds