Home | History | Annotate | Download | only in gtest

Lines Matching full:threadfunc

2371 //   void ThreadFunc(int param) { /* Do things with param */ }
2375 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);