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

  /art/openjdkjvmti/
ti_stack.cc 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)) {
    [all...]
ti_monitor.cc 409 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution. We
412 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) {
ti_method.cc 798 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution. We
801 if (!target->RequestSynchronousCheckpoint(&c, art::ThreadState::kRunnable)) {
    [all...]
ti_thread.cc     [all...]
  /art/runtime/
monitor.cc 523 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its
525 original_owner->RequestSynchronousCheckpoint(&owner_trace);
    [all...]
thread.h 276 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution. This is
285 bool RequestSynchronousCheckpoint(Closure* function,
    [all...]
thread.cc     [all...]

Completed in 133 milliseconds