Home | History | Annotate | Download | only in src

Lines Matching refs:thread_handle

314     HANDLE thread_handle = ::CreateThread(
321 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
323 if (thread_handle == NULL) {
326 return thread_handle;