Home
last modified time | relevance | path

Searched refs:AllocThreadId (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread_list.h153 uint32_t AllocThreadId(Thread* self);
Dthread_list.cc1181 uint32_t ThreadList::AllocThreadId(Thread* self) { in AllocThreadId() function in art::ThreadList
Dthread.cc496 tls32_.thin_lock_thread_id = thread_list->AllocThreadId(this); in Init()