Searched refs:thread_id_to_handle_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/threading/
H A Dthread_id_name_manager.cc46 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);
H A Dthread_id_name_manager.h50 // 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 84 milliseconds