Home | History | Annotate | Download | only in src

Lines Matching refs:CreateThread

286   static HANDLE CreateThread(Runnable* runnable,
291 HANDLE thread_handle = ::CreateThread(
298 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
336 : thread_(ThreadWithParamSupport::CreateThread(runnable,
458 // We need to to pass a valid thread ID pointer into CreateThread for it
461 HANDLE watcher_thread = ::CreateThread(