HomeSort by relevance Sort by last modified time
    Searched full:thread_id_to_handle_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/threading/
thread_id_name_manager.cc 46 thread_id_to_handle_[id] = handle;
65 thread_id_to_handle_.find(id);
69 if (id_to_handle_iter == thread_id_to_handle_.end()) {
84 thread_id_to_handle_.find(id);
85 if (id_to_handle_iter == thread_id_to_handle_.end())
103 thread_id_to_handle_.find(id);
104 DCHECK((id_to_handle_iter!= thread_id_to_handle_.end()));
110 thread_id_to_handle_.erase(id_to_handle_iter);
thread_id_name_manager.h 50 // lock_ protects the name_to_interned_name_, thread_id_to_handle_ and
55 ThreadIdToHandleMap thread_id_to_handle_; member in class:base::ThreadIdNameManager

Completed in 83 milliseconds