Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc428 class ThreadWithParamSupport : public ThreadWithParamBase { class
437 &ThreadWithParamSupport::ThreadMain, in CreateThread()
468 ThreadWithParamSupport();
470 ThreadWithParamSupport(const ThreadWithParamSupport&) = delete;
471 ThreadWithParamSupport& operator=(const ThreadWithParamSupport&) = delete;
479 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase()