Searched defs:TestClosure (Results 1 – 5 of 5) sorted by relevance
25 struct TestClosure : public Closure { struct26 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()
30 func TestClosure(t *testing.T) { func
90 def TestClosure(self): function
111 class TestClosure : public EventEngine::Closure { in TEST() class
161 class TestClosure : public grpc_closure { class