Home | History | Annotate | Download | only in src

Lines Matching defs:thread_id

290     DWORD thread_id;
298 &thread_id); // Need a valid pointer for the call to work under Win98.
414 static void OnThreadExit(DWORD thread_id) {
415 GTEST_CHECK_(thread_id != 0) << ::GetLastError();
424 thread_to_thread_locals->find(thread_id);
452 static void StartWatcherThreadFor(DWORD thread_id) {
457 thread_id);
466 reinterpret_cast<LPVOID>(new ThreadIdAndHandle(thread_id, thread)),