HomeSort by relevance Sort by last modified time
    Searched refs:self_thread (Results 1 - 2 of 2) sorted by null

  /art/test/1906-suspend-list-me-first/src/art/
Test1906.java 47 Thread self_thread = new Thread( local
62 self_thread.start();
64 waitForSuspension(self_thread);
76 Suspension.resume(self_thread);
79 self_thread.join();
  /art/runtime/
thread.cc 1485 Thread* self_thread; local
    [all...]

Completed in 95 milliseconds