Home
last modified time | relevance | path

Searched refs:checkpoint_function (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread_list.h110 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr)
187 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
Dentrypoints_order_test.cc115 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, last_no_thread_suspension_cause, checkpoint_function, in CheckThreadOffsets()
117 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, checkpoint_function, active_suspend_barriers, in CheckThreadOffsets()
Dthread_list.cc322 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { in RunCheckpoint() argument
339 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
364 checkpoint_function->Run(self); in RunCheckpoint()
388 checkpoint_function->Run(thread); in RunCheckpoint()
Dthread.h1596 last_no_thread_suspension_cause(nullptr), checkpoint_function(nullptr), in PACKED()
1709 Closure* checkpoint_function GUARDED_BY(Locks::thread_suspend_count_lock_); in PACKED()