Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Ddebugger.cc295 void Dbg::DdmSendThreadNotification(Thread* t, uint32_t type) { in DdmSendThreadNotification() function in art::Dbg
340 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()
354 Dbg::DdmSendThreadNotification(t, type); in PostThreadStartOrStop()
H A Ddebugger.h82 static void DdmSendThreadNotification(Thread* t, uint32_t type)
H A Dthread.cc1353 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()