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

  /art/runtime/
thread.h 252 return thin_lock_id_;
431 return ThreadOffset(OFFSETOF_MEMBER(Thread, thin_lock_id_));
728 uint32_t thin_lock_id_; variable
thread_list.cc 530 uint32_t thin_lock_id = self->thin_lock_id_;
531 self->thin_lock_id_ = 0;
thread.cc 308 thin_lock_id_ = thread_list->AllocThreadId(this);
    [all...]
runtime.cc     [all...]

Completed in 211 milliseconds