Lines Matching refs:thread_id
289 DWORD thread_id;
297 &thread_id); // Need a valid pointer for the call to work under Win98.
413 static void OnThreadExit(DWORD thread_id) {
414 GTEST_CHECK_(thread_id != 0) << ::GetLastError();
423 thread_to_thread_locals->find(thread_id);
451 static void StartWatcherThreadFor(DWORD thread_id) {
456 thread_id);
465 reinterpret_cast<LPVOID>(new ThreadIdAndHandle(thread_id, thread)),