Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h670 static void DdmSendThreadNotification(Thread* t, uint32_t type)
Ddebugger.cc4358 void Dbg::DdmSendThreadNotification(Thread* t, uint32_t type) { in DdmSendThreadNotification() function in art::Dbg
4407 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()
4418 Dbg::DdmSendThreadNotification(t, type); in PostThreadStartOrStop()
Dthread.cc1215 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()