Searched defs:thread (Results 26 - 26 of 26) sorted by relevance

12

/dalvik/vm/
H A DDebugger.cpp43 that the debugger thread can't cause a GC: it has to expand the heap or
44 fail to allocate. (Might want to make that "is debugger thread AND all
74 The VM has a Thread struct associated with every active thread. The
79 When a thread goes away, we lock the list and free the struct. To
80 avoid having the thread list updated or Thread structs freed out from
81 under us, we want to acquire and hold the thread list lock while we're
226 ALOGI("ignoring registerObject request in thread=%d",
375 * Only called from the JDWP handler thread.
391 * Only called from the JDWP handler thread.
413 * Only called from the JDWP handler thread
1700 Thread* thread; local
1717 Thread* thread; local
1765 Thread* thread; local
1793 Thread* thread; local
1820 Thread* thread; local
1880 Thread* thread = threadObjToThread(threadObj); local
1957 Thread* thread; local
2051 Thread* thread; local
2073 Thread* thread; local
2150 Thread* thread; local
2171 Thread* thread; local
2489 dvmDbgPostThreadStart(Thread* thread) argument
2502 dvmDbgPostThreadDeath(Thread* thread) argument
2564 Thread* thread; local
[all...]

Completed in 61 milliseconds

12