active_thread_id_ 42 tools/memory_watcher/call_stack.cc DWORD CallStack::active_thread_id_ = 0; active_thread_id_ 216 tools/memory_watcher/call_stack.cc if (!active_thread_id_) return false; active_thread_id_ 219 tools/memory_watcher/call_stack.cc return thread_id == active_thread_id_; active_thread_id_ 83 tools/memory_watcher/call_stack.h active_thread_id_ = GetCurrentThreadId(); active_thread_id_ 87 tools/memory_watcher/call_stack.h active_thread_id_ = 0; active_thread_id_ 124 tools/memory_watcher/call_stack.h static DWORD active_thread_id_; active_thread_id_ 91 tools/memory_watcher/memory_watcher.cc if (!active_thread_id_) return false; active_thread_id_ 94 tools/memory_watcher/memory_watcher.cc return thread_id == active_thread_id_; active_thread_id_ 120 tools/memory_watcher/memory_watcher.cc active_thread_id_ = GetCurrentThreadId(); active_thread_id_ 134 tools/memory_watcher/memory_watcher.cc active_thread_id_ = 0; // Note: Only do this AFTER exiting above scope! active_thread_id_ 156 tools/memory_watcher/memory_watcher.cc active_thread_id_ = GetCurrentThreadId(); active_thread_id_ 172 tools/memory_watcher/memory_watcher.cc active_thread_id_ = 0; active_thread_id_ 202 tools/memory_watcher/memory_watcher.cc active_thread_id_ = GetCurrentThreadId(); active_thread_id_ 77 tools/memory_watcher/memory_watcher.h DWORD active_thread_id_;