Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:RequestSynchronousCheckpoint

798   // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution.  We
801 if (!target->RequestSynchronousCheckpoint(&c, art::ThreadState::kRunnable)) {
933 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution.
934 if (!target->RequestSynchronousCheckpoint(&c)) {
996 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution. We
999 if (!target->RequestSynchronousCheckpoint(&c, art::ThreadState::kRunnable)) {