Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:RequestSynchronousCheckpoint

260     // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution.
261 if (!thread->RequestSynchronousCheckpoint(&closure)) {
271 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution.
272 if (!thread->RequestSynchronousCheckpoint(&closure)) {
715 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution.
716 if (!thread->RequestSynchronousCheckpoint(&closure)) {
805 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution.
806 if (!thread->RequestSynchronousCheckpoint(&closure)) {
927 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution.
930 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) {