Searched refs:CreateThread (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc327 static HANDLE CreateThread(Runnable* runnable, function in class:testing::internal::__anon32::ThreadWithParamSupport
332 HANDLE thread_handle = ::CreateThread(
339 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
377 : thread_(ThreadWithParamSupport::CreateThread(runnable,
499 // We need to to pass a valid thread ID pointer into CreateThread for it
502 HANDLE watcher_thread = ::CreateThread(

Completed in 31 milliseconds