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

/art/test/1906-suspend-list-me-first/src/art/
H A DTest1906.java47 Thread self_thread = new Thread(
62 self_thread.start();
64 waitForSuspension(self_thread);
76 Suspension.resume(self_thread);
79 self_thread.join();
/art/runtime/
H A Dthread.cc1475 : self_thread(self_in) {
1476 Locks::thread_list_lock_->AssertHeld(self_thread);
1477 Locks::thread_list_lock_->Unlock(self_thread);
1481 Locks::thread_list_lock_->AssertNotHeld(self_thread);
1482 Locks::thread_list_lock_->Lock(self_thread);
1485 Thread* self_thread; local

Completed in 63 milliseconds