Home | History | Annotate | Download | only in tests

Lines Matching defs:f2

282   MyThreadArray(F f1, F f2 = NULL, F f3 = NULL, F f4 = NULL, F f5 = NULL) {
284 ar_[1] = f2 ? new MyThread(f2) : NULL;
5339 void f2() {
5346 void f0() { f2(); }
5351 f2();
5904 void TestTwoSizes(F f1, F f2) {
5905 // first f1, then f2
5908 MyThreadArray t1(f1, f2);
5914 MyThreadArray t2(f2, f1);