Searched refs:Closure (Results 1 – 7 of 7) sorted by relevance
24 class Closure {26 virtual ~Closure() { } in ~Closure()
27 class Closure; variable64 size_t RunCheckpoint(Closure* checkpoint_function);
32 class Task : public Closure {
62 class Closure; variable168 bool RequestCheckpoint(Closure* function);801 Closure* checkpoint_function_;
147 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function) { in RunCheckpoint()
573 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint()
1074 class CheckpointMarkThreadRoots : public Closure {