HomeSort by relevance Sort by last modified time
    Searched refs:active_thread_id_ (Results 1 - 4 of 4) sorted by null

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

Completed in 473 milliseconds