Home
last modified time | relevance | path

Searched defs:TestClosure (Results 1 – 1 of 1) sorted by relevance

/art/test/203-multi-checkpoint/
Dmulti_checkpoint.cc25 struct TestClosure : public Closure { struct
26 bool first_run_start;
27 bool first_run_end;
28 bool second_run;
29 bool second_run_interleaved;
31 void Run(Thread* self) override { in Run()
50 void Check() { in Check()