Searched refs:thread_handle (Results 1 – 2 of 2) sorted by relevance
106 auto thread_handle = thread_.native_handle(); in thread() local108 pthread_setname_np(thread_handle, thread_name_.c_str()); in thread()
9795 HANDLE thread_handle = ::CreateThread( in CreateThread() local9802 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error " in CreateThread()9804 if (thread_handle == NULL) { in CreateThread()9807 return thread_handle; in CreateThread()