Home
last modified time | relevance | path

Searched refs:self_thread (Results 1 – 2 of 2) sorted by relevance

/art/test/1906-suspend-list-me-first/src/art/
DTest1906.java47 Thread self_thread = new Thread( in run() local
62 self_thread.start(); in run()
64 waitForSuspension(self_thread); in run()
76 Suspension.resume(self_thread); in run()
79 self_thread.join(); in run()
/art/runtime/
Dthread.cc1664 : self_thread(self_in) { in RequestSynchronousCheckpoint()
1665 Locks::thread_list_lock_->AssertHeld(self_thread); in RequestSynchronousCheckpoint()
1666 Locks::thread_list_lock_->Unlock(self_thread); in RequestSynchronousCheckpoint()
1670 Locks::thread_list_lock_->AssertNotHeld(self_thread); in RequestSynchronousCheckpoint()
1671 Locks::thread_list_lock_->Lock(self_thread); in RequestSynchronousCheckpoint()
1674 Thread* self_thread; in RequestSynchronousCheckpoint() member