Home | History | Annotate | Download | only in src

Lines Matching refs:thread_handle

291     HANDLE thread_handle = ::CreateThread(
298 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
300 if (thread_handle == NULL) {
303 return thread_handle;