HomeSort by relevance Sort by last modified time
    Searched refs:thin_lock_id (Results 1 - 3 of 3) sorted by null

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 46 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) {
49 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) {
59 if (thin_lock_id == ThreadList::kInvalidThreadId) {
68 thread = thread_list->SuspendThreadByThreadId(thin_lock_id, false, &timed_out);
  /art/runtime/
thread_list.h 87 Thread* FindThreadByThreadId(uint32_t thin_lock_id);
thread_list.cc 602 Thread* ThreadList::FindThreadByThreadId(uint32_t thin_lock_id) {
606 if (thread->GetThreadId() == thin_lock_id) {
839 uint32_t thin_lock_id = self->GetThreadId(); local
864 ReleaseThreadId(nullptr, thin_lock_id);
    [all...]

Completed in 145 milliseconds