Home
last modified time | relevance | path

Searched refs:ThreadWithParamSupport (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc381 class ThreadWithParamSupport : public ThreadWithParamBase { class
391 &ThreadWithParamSupport::ThreadMain, in CreateThread()
424 ThreadWithParamSupport();
426 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport);
433 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()