Home | History | Annotate | Download | only in gtest

Lines Matching refs:UserThreadFunc

2383   typedef void (*UserThreadFunc)(T);
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2413 const UserThreadFunc func_; // User-supplied thread function.