Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h98 size_t RunCheckpoint(Closure* checkpoint_function)
101 size_t RunCheckpointOnRunnableThreads(Closure* checkpoint_function)
161 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
Dthread_list.cc281 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function) { in RunCheckpoint() argument
298 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
318 checkpoint_function->Run(self); in RunCheckpoint()
343 checkpoint_function->Run(thread); in RunCheckpoint()
362 size_t ThreadList::RunCheckpointOnRunnableThreads(Closure* checkpoint_function) { in RunCheckpointOnRunnableThreads() argument
376 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpointOnRunnableThreads()