thread_id 389 base/debug/trace_event.h name, id, thread_id, timestamp) \ thread_id 391 base/debug/trace_event.h TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ thread_id 394 base/debug/trace_event.h category_group, name, id, thread_id, timestamp) \ thread_id 396 base/debug/trace_event.h TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ thread_id 433 base/debug/trace_event.h name, id, thread_id, timestamp) \ thread_id 435 base/debug/trace_event.h TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \ thread_id 438 base/debug/trace_event.h category_group, name, id, thread_id, timestamp) \ thread_id 440 base/debug/trace_event.h TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \ thread_id 921 base/debug/trace_event.h category_group, name, id, thread_id, timestamp, flags, ...) \ thread_id 931 base/debug/trace_event.h thread_id, base::TimeTicks::FromInternalValue(timestamp), \ thread_id 1191 base/debug/trace_event.h int thread_id, thread_id 1199 base/debug/trace_event.h phase, category_group_enabled, name, id, thread_id, timestamp, thread_id 1210 base/debug/trace_event.h int thread_id, thread_id 1229 base/debug/trace_event.h phase, category_group_enabled, name, id, thread_id, timestamp, thread_id 1240 base/debug/trace_event.h int thread_id, thread_id 1260 base/debug/trace_event.h phase, category_group_enabled, name, id, thread_id, timestamp, thread_id 1270 base/debug/trace_event.h int thread_id, thread_id 1285 base/debug/trace_event.h phase, category_group_enabled, name, id, thread_id, timestamp, thread_id 1295 base/debug/trace_event.h int thread_id, thread_id 1299 base/debug/trace_event.h phase, category_group_enabled, name, id, thread_id, timestamp, thread_id 1309 base/debug/trace_event.h int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); thread_id 1312 base/debug/trace_event.h name, id, thread_id, now, flags); thread_id 1322 base/debug/trace_event.h int thread_id, thread_id 1332 base/debug/trace_event.h phase, category_group_enabled, name, id, thread_id, timestamp, thread_id 1345 base/debug/trace_event.h int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); thread_id 1348 base/debug/trace_event.h name, id, thread_id, now, flags, thread_id 1359 base/debug/trace_event.h int thread_id, thread_id 1373 base/debug/trace_event.h phase, category_group_enabled, name, id, thread_id, timestamp, thread_id 1388 base/debug/trace_event.h int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); thread_id 1391 base/debug/trace_event.h name, id, thread_id, now, flags, thread_id 366 base/debug/trace_event_impl.cc int thread_id, thread_id 376 base/debug/trace_event_impl.cc trace_event->Initialize(thread_id, thread_id 524 base/debug/trace_event_impl.cc int thread_id, thread_id 543 base/debug/trace_event_impl.cc thread_id_ = thread_id; thread_id 1731 base/debug/trace_event_impl.cc int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); thread_id 1734 base/debug/trace_event_impl.cc name, id, thread_id, now, thread_id 1745 base/debug/trace_event_impl.cc int thread_id, thread_id 1794 base/debug/trace_event_impl.cc if (thread_id == static_cast<int>(PlatformThread::CurrentId())) { thread_id 1796 base/debug/trace_event_impl.cc GetName(thread_id); thread_id 1808 base/debug/trace_event_impl.cc thread_names_.find(thread_id); thread_id 1811 base/debug/trace_event_impl.cc thread_names_[thread_id] = new_name; thread_id 1843 base/debug/trace_event_impl.cc trace_event->Initialize(thread_id, now, thread_now, phase, thread_id 1909 base/debug/trace_event_impl.cc int thread_id = trace_event ? thread_id 1910 base/debug/trace_event_impl.cc trace_event->thread_id() : PlatformThread::CurrentId(); thread_id 1912 base/debug/trace_event_impl.cc duration = timestamp - thread_event_start_times_[thread_id].top(); thread_id 1913 base/debug/trace_event_impl.cc thread_event_start_times_[thread_id].pop(); thread_id 1916 base/debug/trace_event_impl.cc std::string thread_name = thread_names_[thread_id]; thread_id 1926 base/debug/trace_event_impl.cc if (thread_event_start_times_.find(thread_id) != thread_id 1928 base/debug/trace_event_impl.cc depth = thread_event_start_times_[thread_id].size(); thread_id 1941 base/debug/trace_event_impl.cc thread_event_start_times_[thread_id].push(timestamp); thread_id 2171 base/debug/trace_event_impl.cc void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { thread_id 2173 base/debug/trace_event_impl.cc thread_sort_indices_[static_cast<int>(thread_id)] = sort_index; thread_id 109 base/debug/trace_event_impl.h int thread_id, thread_id 138 base/debug/trace_event_impl.h int thread_id() const { return thread_id_; } thread_id 526 base/debug/trace_event_impl.h int thread_id, thread_id 803 base/debug/trace_event_unittest.cc void TraceManyInstantEvents(int thread_id, int num_events, thread_id 808 base/debug/trace_event_unittest.cc "thread", thread_id, thread_id 1466 base/debug/trace_event_unittest.cc thread_ids[i] = threads[i]->thread_id(); thread_id 175 base/message_loop/message_pump_glib.cc static PlatformThreadId thread_id = PlatformThread::CurrentId(); thread_id 176 base/message_loop/message_pump_glib.cc DCHECK(thread_id == PlatformThread::CurrentId()) << thread_id 115 base/observer_list_threadsafe.h base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); thread_id 118 base/observer_list_threadsafe.h if (observer_lists_.find(thread_id) == observer_lists_.end()) thread_id 119 base/observer_list_threadsafe.h observer_lists_[thread_id] = new ObserverListContext(type_); thread_id 120 base/observer_list_threadsafe.h list = &(observer_lists_[thread_id]->list); thread_id 133 base/observer_list_threadsafe.h base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); thread_id 136 base/observer_list_threadsafe.h typename ObserversListMap::iterator it = observer_lists_.find(thread_id); thread_id 77 base/synchronization/condition_variable_unittest.cc TimeDelta GetAnAssignment(int thread_id); // Get a work task duration. thread_id 78 base/synchronization/condition_variable_unittest.cc void WorkIsCompleted(int thread_id); thread_id 542 base/synchronization/condition_variable_unittest.cc TimeDelta WorkQueue::GetAnAssignment(int thread_id) { thread_id 545 base/synchronization/condition_variable_unittest.cc assignment_history_[thread_id]++; thread_id 552 base/synchronization/condition_variable_unittest.cc void WorkQueue::WorkIsCompleted(int thread_id) { thread_id 554 base/synchronization/condition_variable_unittest.cc completion_history_[thread_id]++; thread_id 712 base/synchronization/condition_variable_unittest.cc int thread_id; thread_id 715 base/synchronization/condition_variable_unittest.cc thread_id = GetThreadId(); thread_id 737 base/synchronization/condition_variable_unittest.cc work_time = GetAnAssignment(thread_id); thread_id 756 base/synchronization/condition_variable_unittest.cc WorkIsCompleted(thread_id); thread_id 59 base/test/trace_event_analyzer.cc if (require_origin && !dictionary->GetInteger("tid", &thread.thread_id)) { thread_id 440 base/test/trace_event_analyzer.cc *num = static_cast<double>(the_event->thread.thread_id); thread_id 96 base/test/trace_event_analyzer.h ProcessThreadID() : process_id(0), thread_id(0) {} thread_id 97 base/test/trace_event_analyzer.h ProcessThreadID(int process_id, int thread_id) thread_id 98 base/test/trace_event_analyzer.h : process_id(process_id), thread_id(thread_id) {} thread_id 102 base/test/trace_event_analyzer.h return thread_id < rhs.thread_id; thread_id 105 base/test/trace_event_analyzer.h int thread_id; thread_id 229 base/test/trace_event_analyzer.h static Query EventTidIs(int thread_id) { thread_id 230 base/test/trace_event_analyzer.h return Query(EVENT_TID) == Query::Int(thread_id); thread_id 234 base/test/trace_event_analyzer.h return EventPidIs(thread.process_id) && EventTidIs(thread.thread_id); thread_id 300 base/test/trace_event_analyzer.h static Query OtherTidIs(int thread_id) { thread_id 301 base/test/trace_event_analyzer.h return Query(OTHER_TID) == Query::Int(thread_id); thread_id 305 base/test/trace_event_analyzer.h return OtherPidIs(thread.process_id) && OtherTidIs(thread.thread_id); thread_id 378 base/test/trace_event_analyzer.h (Query(EVENT_TID) == Query::Int(thread.thread_id)); thread_id 118 base/test/trace_event_analyzer_unittest.cc event.thread.thread_id = 4; thread_id 130 base/test/trace_event_analyzer_unittest.cc other.thread.thread_id = 6; thread_id 144 base/test/trace_event_analyzer_unittest.cc Query event_tid = Query::EventTidIs(event.thread.thread_id); thread_id 159 base/test/trace_event_analyzer_unittest.cc Query other_tid = Query::OtherTidIs(other.thread.thread_id); thread_id 89 base/threading/platform_thread_unittest.cc EXPECT_NE(thread.thread_id(), main_thread_id); thread_id 109 base/threading/platform_thread_unittest.cc EXPECT_NE(thread[n].thread_id(), main_thread_id); thread_id 113 base/threading/platform_thread_unittest.cc EXPECT_NE(thread[i].thread_id(), thread[n].thread_id()); thread_id 32 base/threading/platform_thread_win.cc void SetNameInternal(PlatformThreadId thread_id, const char* name) { thread_id 36 base/threading/platform_thread_win.cc info.dwThreadID = thread_id; thread_id 153 base/threading/thread.h PlatformThreadId thread_id() const { return thread_id_; } thread_id 27 base/threading/thread_id_name_manager_unittest.cc EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id())); thread_id 28 base/threading/thread_id_name_manager_unittest.cc EXPECT_STREQ(kBThread, manager->GetName(thread_b.thread_id())); thread_id 44 base/threading/thread_id_name_manager_unittest.cc EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id())); thread_id 47 base/threading/thread_id_name_manager_unittest.cc EXPECT_STREQ("", manager->GetName(thread_a.thread_id())); thread_id 55 base/threading/thread_id_name_manager_unittest.cc base::PlatformThreadId a_id = thread_a.thread_id(); thread_id 61 base/threading/thread_id_name_manager_unittest.cc EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id())); thread_id 88 base/time/time_win_unittest.cc unsigned thread_id; thread_id 91 base/time/time_win_unittest.cc &thread_id)); thread_id 20 base/win/scoped_handle.cc DWORD thread_id; thread_id 36 base/win/scoped_handle.cc DWORD thread_id = GetCurrentThreadId(); thread_id 40 base/win/scoped_handle.cc Info handle_info = { owner, pc1, pc2, thread_id }; thread_id 78 base/win/scoped_process_information.cc thread_id_ = other.thread_id(); thread_id 90 base/win/scoped_process_information.cc process_information.dwThreadId = thread_id(); thread_id 67 base/win/scoped_process_information.h DWORD thread_id() const { thread_id 70 base/win/scoped_process_information_unittest.cc EXPECT_EQ(kThreadId, process_info.thread_id()); thread_id 95 base/win/scoped_process_information_unittest.cc EXPECT_EQ(0, process_info.thread_id()); thread_id 134 base/win/scoped_process_information_unittest.cc ASSERT_NE(0u, process_info.thread_id()); thread_id 135 base/win/scoped_process_information_unittest.cc ASSERT_EQ(duplicate.thread_id(), process_info.thread_id()); thread_id 162 base/win/scoped_process_information_unittest.cc EXPECT_EQ(kThreadId, process_info.thread_id()); thread_id 111 chrome/browser/chrome_process_finder_win.cc DWORD thread_id = GetWindowThreadProcessId(remote_window, &process_id); thread_id 112 chrome/browser/chrome_process_finder_win.cc if (!thread_id || !process_id) thread_id 63 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc params.thread_id = thread_id_; thread_id 74 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 92 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 124 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc BrowserThread::PostTask(params.thread_id, thread_id 132 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 48 chrome/browser/extensions/api/serial/serial_event_dispatcher.h content::BrowserThread::ID thread_id; thread_id 41 chrome/browser/importer/external_process_importer_client.cc BrowserThread::ID thread_id; thread_id 42 chrome/browser/importer/external_process_importer_client.cc CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id)); thread_id 47 chrome/browser/importer/external_process_importer_client.cc thread_id)); thread_id 284 chrome/browser/importer/external_process_importer_client.cc BrowserThread::ID thread_id) { thread_id 286 chrome/browser/importer/external_process_importer_client.cc this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get()) thread_id 104 chrome/browser/importer/external_process_importer_client.h void StartProcessOnIOThread(content::BrowserThread::ID thread_id); thread_id 261 chrome/browser/metrics/metrics_service.cc static base::PlatformThreadId thread_id = 0; thread_id 262 chrome/browser/metrics/metrics_service.cc if (!thread_id) thread_id 263 chrome/browser/metrics/metrics_service.cc thread_id = base::PlatformThread::CurrentId(); thread_id 264 chrome/browser/metrics/metrics_service.cc return base::PlatformThread::CurrentId() == thread_id; thread_id 91 chrome/browser/metrics/thread_watcher.cc void CrashBecauseThreadWasUnresponsive(BrowserThread::ID thread_id) { thread_id 92 chrome/browser/metrics/thread_watcher.cc base::debug::Alias(&thread_id); thread_id 94 chrome/browser/metrics/thread_watcher.cc switch (thread_id) { thread_id 124 chrome/browser/metrics/thread_watcher.cc : thread_id_(params.thread_id), thread_id 127 chrome/browser/metrics/thread_watcher.cc BrowserThread::GetMessageLoopProxyForThread(params.thread_id)), thread_id 172 chrome/browser/metrics/thread_watcher.cc if (!ThreadWatcherList::IsRegistered(params.thread_id)) thread_id 346 chrome/browser/metrics/thread_watcher.cc void ThreadWatcher::OnPingMessage(const BrowserThread::ID& thread_id, thread_id 349 chrome/browser/metrics/thread_watcher.cc DCHECK(BrowserThread::CurrentlyOn(thread_id)); thread_id 472 chrome/browser/metrics/thread_watcher.cc DCHECK(!g_thread_watcher_list_->Find(watcher->thread_id())); thread_id 473 chrome/browser/metrics/thread_watcher.cc g_thread_watcher_list_->registered_[watcher->thread_id()] = watcher; thread_id 477 chrome/browser/metrics/thread_watcher.cc bool ThreadWatcherList::IsRegistered(const BrowserThread::ID thread_id) { thread_id 479 chrome/browser/metrics/thread_watcher.cc return NULL != ThreadWatcherList::Find(thread_id); thread_id 677 chrome/browser/metrics/thread_watcher.cc const BrowserThread::ID& thread_id, thread_id 696 chrome/browser/metrics/thread_watcher.cc ThreadWatcher::WatchingParams(thread_id, thread_id 732 chrome/browser/metrics/thread_watcher.cc ThreadWatcher* ThreadWatcherList::Find(const BrowserThread::ID& thread_id) { thread_id 737 chrome/browser/metrics/thread_watcher.cc g_thread_watcher_list_->registered_.find(thread_id); thread_id 76 chrome/browser/metrics/thread_watcher.h const content::BrowserThread::ID& thread_id; thread_id 91 chrome/browser/metrics/thread_watcher.h : thread_id(thread_id_in), thread_id 117 chrome/browser/metrics/thread_watcher.h content::BrowserThread::ID thread_id() const { return thread_id_; } thread_id 199 chrome/browser/metrics/thread_watcher.h static void OnPingMessage(const content::BrowserThread::ID& thread_id, thread_id 396 chrome/browser/metrics/thread_watcher.h static bool IsRegistered(const content::BrowserThread::ID thread_id); thread_id 454 chrome/browser/metrics/thread_watcher.h const content::BrowserThread::ID& thread_id, thread_id 467 chrome/browser/metrics/thread_watcher.h static ThreadWatcher* Find(const content::BrowserThread::ID& thread_id); thread_id 73 chrome/browser/metrics/thread_watcher_unittest.cc CustomThreadWatcher(const BrowserThread::ID thread_id, thread_id 77 chrome/browser/metrics/thread_watcher_unittest.cc : ThreadWatcher(WatchingParams(thread_id, thread_name, sleep_time, thread_id 439 chrome/browser/metrics/thread_watcher_unittest.cc EXPECT_EQ(io_thread_id, io_watcher_->thread_id()); thread_id 446 chrome/browser/metrics/thread_watcher_unittest.cc EXPECT_EQ(db_thread_id, db_watcher_->thread_id()); thread_id 302 chrome/browser/process_singleton_win.cc DWORD thread_id = ::GetWindowThreadProcessId(remote_window_, &process_id); thread_id 303 chrome/browser/process_singleton_win.cc if (!thread_id || !process_id) { thread_id 310 chrome/browser/process_singleton_win.cc ::EnumThreadWindows(thread_id, thread_id 106 chrome/browser/ui/browser_focus_uitest.cc int thread_id = ::GetWindowThreadProcessId(window, &process_id); thread_id 35 chrome/browser/web_resource/json_asynchronous_unpacker.cc BrowserThread::ID thread_id; thread_id 36 chrome/browser/web_resource/json_asynchronous_unpacker.cc CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id)); thread_id 41 chrome/browser/web_resource/json_asynchronous_unpacker.cc this, thread_id, json_data)); thread_id 88 chrome/browser/web_resource/json_asynchronous_unpacker.cc void StartProcessOnIOThread(BrowserThread::ID thread_id, thread_id 91 chrome/browser/web_resource/json_asynchronous_unpacker.cc this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get()); thread_id 39 cloud_print/service/win/chrome_launcher.cc void ShutdownChrome(HANDLE process, DWORD thread_id) { thread_id 40 cloud_print/service/win/chrome_launcher.cc if (::PostThreadMessage(thread_id, WM_QUIT, 0, 0) && thread_id 61 cloud_print/service/win/chrome_launcher.cc void CloseChrome(HANDLE process, DWORD thread_id) { thread_id 66 cloud_print/service/win/chrome_launcher.cc ShutdownChrome(process, thread_id); thread_id 71 cloud_print/service/win/chrome_launcher.cc DWORD* thread_id) { thread_id 88 cloud_print/service/win/chrome_launcher.cc if (thread_id) thread_id 89 cloud_print/service/win/chrome_launcher.cc *thread_id = process_info.thread_id(); thread_id 243 cloud_print/service/win/chrome_launcher.cc DWORD thread_id = 0; thread_id 244 cloud_print/service/win/chrome_launcher.cc LaunchProcess(cmd, &chrome_handle, &thread_id); thread_id 254 cloud_print/service/win/chrome_launcher.cc ShutdownChrome(chrome_handle, thread_id); thread_id 317 cloud_print/service/win/chrome_launcher.cc DWORD thread_id = 0; thread_id 318 cloud_print/service/win/chrome_launcher.cc if (!LaunchProcess(cmd, &chrome_handle, &thread_id)) { thread_id 337 cloud_print/service/win/chrome_launcher.cc CloseChrome(chrome_handle, thread_id); thread_id 27 components/keyed_service/content/refcounted_browser_context_keyed_service.cc const content::BrowserThread::ID thread_id) thread_id 28 components/keyed_service/content/refcounted_browser_context_keyed_service.cc : requires_destruction_on_thread_(true), thread_id_(thread_id) {} thread_id 57 components/keyed_service/content/refcounted_browser_context_keyed_service.h const content::BrowserThread::ID thread_id); thread_id 629 content/browser/browser_main_loop.cc for (size_t thread_id = BrowserThread::UI + 1; thread_id 630 content/browser/browser_main_loop.cc thread_id < BrowserThread::ID_COUNT; thread_id 631 content/browser/browser_main_loop.cc ++thread_id) { thread_id 635 content/browser/browser_main_loop.cc switch (thread_id) { thread_id 689 content/browser/browser_main_loop.cc BrowserThread::ID id = static_cast<BrowserThread::ID>(thread_id); thread_id 800 content/browser/browser_main_loop.cc for (size_t thread_id = BrowserThread::ID_COUNT - 1; thread_id 801 content/browser/browser_main_loop.cc thread_id >= (BrowserThread::UI + 1); thread_id 802 content/browser/browser_main_loop.cc --thread_id) { thread_id 820 content/browser/browser_main_loop.cc switch (thread_id) { thread_id 1021 content/browser/browser_main_loop.cc allowed_clipboard_threads.push_back(file_thread_->thread_id()); thread_id 1022 content/browser/browser_main_loop.cc allowed_clipboard_threads.push_back(io_thread_->thread_id()); thread_id 170 content/browser/browser_thread_impl.cc BrowserThread::ID thread_id = ID_COUNT; thread_id 171 content/browser/browser_thread_impl.cc if (!GetCurrentThreadIdentifier(&thread_id)) thread_id 174 content/browser/browser_thread_impl.cc switch (thread_id) { thread_id 61 content/browser/power_save_blocker_mac.cc g_power_thread.Pointer()->thread_id()); thread_id 91 content/browser/power_save_blocker_mac.cc g_power_thread.Pointer()->thread_id()); thread_id 83 content/browser/service_worker/embedded_worker_instance.cc void EmbeddedWorkerInstance::OnStarted(int thread_id) { thread_id 89 content/browser/service_worker/embedded_worker_instance.cc thread_id_ = thread_id; thread_id 80 content/browser/service_worker/embedded_worker_instance.h int thread_id() const { return thread_id_; } thread_id 100 content/browser/service_worker/embedded_worker_instance.h void OnStarted(int thread_id); thread_id 47 content/browser/service_worker/embedded_worker_registry.cc int process_id, int thread_id, int embedded_worker_id) { thread_id 57 content/browser/service_worker/embedded_worker_registry.cc found->second->OnStarted(thread_id); thread_id 55 content/browser/service_worker/embedded_worker_registry.h void OnWorkerStarted(int process_id, int thread_id, int embedded_worker_id); thread_id 75 content/browser/service_worker/embedded_worker_test_helper.cc int thread_id, thread_id 126 content/browser/service_worker/embedded_worker_test_helper.cc int thread_id, int embedded_worker_id) { thread_id 131 content/browser/service_worker/embedded_worker_test_helper.cc thread_id, thread_id 174 content/browser/service_worker/embedded_worker_test_helper.cc int thread_id, thread_id 180 content/browser/service_worker/embedded_worker_test_helper.cc EXPECT_EQ(worker->thread_id(), thread_id); thread_id 186 content/browser/service_worker/embedded_worker_test_helper.cc thread_id, thread_id 75 content/browser/service_worker/embedded_worker_test_helper.h virtual bool OnSendMessageToWorker(int thread_id, thread_id 94 content/browser/service_worker/embedded_worker_test_helper.h void SimulateWorkerStarted(int thread_id, int embedded_worker_id); thread_id 108 content/browser/service_worker/embedded_worker_test_helper.h void OnSendMessageToWorkerStub(int thread_id, thread_id 107 content/browser/service_worker/service_worker_dispatcher_host.cc int32 thread_id, thread_id 113 content/browser/service_worker/service_worker_dispatcher_host.cc thread_id, thread_id 125 content/browser/service_worker/service_worker_dispatcher_host.cc thread_id, thread_id 138 content/browser/service_worker/service_worker_dispatcher_host.cc thread_id, thread_id 143 content/browser/service_worker/service_worker_dispatcher_host.cc int32 thread_id, thread_id 151 content/browser/service_worker/service_worker_dispatcher_host.cc thread_id, thread_id 163 content/browser/service_worker/service_worker_dispatcher_host.cc thread_id, thread_id 239 content/browser/service_worker/service_worker_dispatcher_host.cc int thread_id, int provider_id) { thread_id 246 content/browser/service_worker/service_worker_dispatcher_host.cc provider_host->AddScriptClient(thread_id); thread_id 250 content/browser/service_worker/service_worker_dispatcher_host.cc int thread_id, int provider_id) { thread_id 257 content/browser/service_worker/service_worker_dispatcher_host.cc provider_host->RemoveScriptClient(thread_id); thread_id 273 content/browser/service_worker/service_worker_dispatcher_host.cc int32 thread_id, thread_id 278 content/browser/service_worker/service_worker_dispatcher_host.cc SendRegistrationError(thread_id, request_id, status); thread_id 283 content/browser/service_worker/service_worker_dispatcher_host.cc thread_id, request_id, registration_id)); thread_id 287 content/browser/service_worker/service_worker_dispatcher_host.cc int thread_id, int embedded_worker_id) { thread_id 291 content/browser/service_worker/service_worker_dispatcher_host.cc render_process_id_, thread_id, embedded_worker_id); thread_id 312 content/browser/service_worker/service_worker_dispatcher_host.cc int32 thread_id, thread_id 316 content/browser/service_worker/service_worker_dispatcher_host.cc SendRegistrationError(thread_id, request_id, status); thread_id 320 content/browser/service_worker/service_worker_dispatcher_host.cc Send(new ServiceWorkerMsg_ServiceWorkerUnregistered(thread_id, request_id)); thread_id 324 content/browser/service_worker/service_worker_dispatcher_host.cc int32 thread_id, thread_id 332 content/browser/service_worker/service_worker_dispatcher_host.cc thread_id, request_id, error_type, error_message)); thread_id 44 content/browser/service_worker/service_worker_dispatcher_host.h void OnRegisterServiceWorker(int32 thread_id, thread_id 48 content/browser/service_worker/service_worker_dispatcher_host.h void OnUnregisterServiceWorker(int32 thread_id, thread_id 53 content/browser/service_worker/service_worker_dispatcher_host.h void OnAddScriptClient(int thread_id, int provider_id); thread_id 54 content/browser/service_worker/service_worker_dispatcher_host.h void OnRemoveScriptClient(int thread_id, int provider_id); thread_id 56 content/browser/service_worker/service_worker_dispatcher_host.h void OnWorkerStarted(int thread_id, thread_id 74 content/browser/service_worker/service_worker_dispatcher_host.h void RegistrationComplete(int32 thread_id, thread_id 79 content/browser/service_worker/service_worker_dispatcher_host.h void UnregistrationComplete(int32 thread_id, thread_id 83 content/browser/service_worker/service_worker_dispatcher_host.h void SendRegistrationError(int32 thread_id, thread_id 20 content/browser/service_worker/service_worker_info.cc int thread_id) thread_id 25 content/browser/service_worker/service_worker_info.cc thread_id(thread_id) {} thread_id 21 content/browser/service_worker/service_worker_info.h int thread_id); thread_id 28 content/browser/service_worker/service_worker_info.h int thread_id; thread_id 367 content/browser/service_worker/service_worker_internals_ui.cc info->SetInteger("thread_id", version.thread_id); thread_id 26 content/browser/service_worker/service_worker_provider_host.cc void ServiceWorkerProviderHost::AddScriptClient(int thread_id) { thread_id 27 content/browser/service_worker/service_worker_provider_host.cc DCHECK(!ContainsKey(script_client_thread_ids_, thread_id)); thread_id 28 content/browser/service_worker/service_worker_provider_host.cc script_client_thread_ids_.insert(thread_id); thread_id 31 content/browser/service_worker/service_worker_provider_host.cc void ServiceWorkerProviderHost::RemoveScriptClient(int thread_id) { thread_id 32 content/browser/service_worker/service_worker_provider_host.cc DCHECK(ContainsKey(script_client_thread_ids_, thread_id)); thread_id 33 content/browser/service_worker/service_worker_provider_host.cc script_client_thread_ids_.erase(thread_id); thread_id 54 content/browser/service_worker/service_worker_provider_host.h void AddScriptClient(int thread_id); thread_id 55 content/browser/service_worker/service_worker_provider_host.h void RemoveScriptClient(int thread_id); thread_id 218 content/browser/service_worker/service_worker_version.cc embedded_worker()->thread_id()); thread_id 43 content/browser/service_worker/service_worker_version_unittest.cc virtual bool OnSendMessageToWorker(int thread_id, thread_id 48 content/browser/service_worker/service_worker_version_unittest.cc thread_id, embedded_worker_id, request_id, message)) { thread_id 140 content/child/fileapi/webfilesystem_impl.cc void DispatchResultsClosure(int thread_id, int callbacks_id, thread_id 143 content/child/fileapi/webfilesystem_impl.cc if (thread_id != CurrentWorkerId()) { thread_id 149 content/child/fileapi/webfilesystem_impl.cc thread_id, thread_id 154 content/child/fileapi/webfilesystem_impl.cc WorkerTaskRunner::Instance()->PostTask(thread_id, results_closure); thread_id 162 content/child/fileapi/webfilesystem_impl.cc int thread_id, int callbacks_id, thread_id 167 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 178 content/child/fileapi/webfilesystem_impl.cc int thread_id, int callbacks_id, thread_id 182 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 189 content/child/fileapi/webfilesystem_impl.cc int thread_id, int callbacks_id, thread_id 196 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 204 content/child/fileapi/webfilesystem_impl.cc void StatusCallbackAdapter(int thread_id, int callbacks_id, thread_id 209 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 214 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 221 content/child/fileapi/webfilesystem_impl.cc void ReadMetadataCallbackAdapter(int thread_id, int callbacks_id, thread_id 227 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 234 content/child/fileapi/webfilesystem_impl.cc int thread_id, int callbacks_id, WaitableCallbackResults* waitable_results, thread_id 244 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 277 content/child/fileapi/webfilesystem_impl.cc int thread_id, int callbacks_id, thread_id 284 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 315 content/child/fileapi/webfilesystem_impl.cc int thread_id, int callbacks_id, thread_id 322 content/child/fileapi/webfilesystem_impl.cc thread_id, callbacks_id, waitable_results, thread_id 24 content/child/quota_message_filter.cc int QuotaMessageFilter::GenerateRequestID(int thread_id) { thread_id 26 content/child/quota_message_filter.cc request_id_map_[next_request_id_] = thread_id; thread_id 30 content/child/quota_message_filter.cc void QuotaMessageFilter::ClearThreadRequests(int thread_id) { thread_id 34 content/child/quota_message_filter.cc if (iter->second == thread_id) thread_id 46 content/child/quota_message_filter.cc int request_id = -1, thread_id = 0; thread_id 54 content/child/quota_message_filter.cc thread_id = found->second; thread_id 59 content/child/quota_message_filter.cc if (!thread_id) thread_id 61 content/child/quota_message_filter.cc return new WorkerThreadTaskRunner(thread_id); thread_id 28 content/child/quota_message_filter.h int GenerateRequestID(int thread_id); thread_id 31 content/child/quota_message_filter.h void ClearThreadRequests(int thread_id); thread_id 115 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::OnRegistered(int32 thread_id, thread_id 137 content/child/service_worker/service_worker_dispatcher.cc int32 thread_id, thread_id 150 content/child/service_worker/service_worker_dispatcher.cc int32 thread_id, thread_id 71 content/child/service_worker/service_worker_dispatcher.h void OnRegistered(int32 thread_id, int32 request_id, int64 registration_id); thread_id 73 content/child/service_worker/service_worker_dispatcher.h void OnUnregistered(int32 thread_id, thread_id 75 content/child/service_worker/service_worker_dispatcher.h void OnRegistrationError(int32 thread_id, thread_id 88 content/child/webthread_impl.cc return thread_->thread_id() == base::PlatformThread::CurrentId(); thread_id 130 content/gpu/gpu_watchdog_thread.cc CHECK(base::PlatformThread::CurrentId() == thread_id()); thread_id 159 content/gpu/gpu_watchdog_thread.cc CHECK(base::PlatformThread::CurrentId() == thread_id()); thread_id 46 content/public/test/test_utils.cc void RunAllPendingMessageAndSendQuit(BrowserThread::ID thread_id, thread_id 49 content/public/test/test_utils.cc BrowserThread::PostTask(thread_id, FROM_HERE, quit_task); thread_id 114 content/public/test/test_utils.cc void RunAllPendingInMessageLoop(BrowserThread::ID thread_id) { thread_id 115 content/public/test/test_utils.cc if (BrowserThread::CurrentlyOn(thread_id)) { thread_id 126 content/public/test/test_utils.cc BrowserThread::PostTask(thread_id, FROM_HERE, thread_id 45 content/public/test/test_utils.h void RunAllPendingInMessageLoop(BrowserThread::ID thread_id); thread_id 219 content/renderer/service_worker/embedded_worker_context_client.cc int thread_id, thread_id 84 content/renderer/service_worker/embedded_worker_context_client.h void OnSendMessageToWorker(int thread_id, thread_id 91 extensions/browser/api/api_resource_manager.h content::BrowserThread::ID thread_id) { thread_id 93 extensions/browser/api/api_resource_manager.h manager->thread_id_ = thread_id; thread_id 94 extensions/browser/api/api_resource_manager.h manager->data_ = new ApiResourceData(thread_id); thread_id 175 extensions/browser/api/api_resource_manager.h explicit ApiResourceData(const content::BrowserThread::ID thread_id) thread_id 176 extensions/browser/api/api_resource_manager.h : next_id_(1), thread_id_(thread_id) {} thread_id 78 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc params.thread_id = thread_id_; thread_id 89 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 116 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 140 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc params.thread_id, thread_id 171 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 59 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h content::BrowserThread::ID thread_id; thread_id 87 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc params.thread_id = thread_id_; thread_id 99 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 123 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 144 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc params.thread_id, thread_id 172 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 63 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.h content::BrowserThread::ID thread_id; thread_id 65 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc params.thread_id = thread_id_; thread_id 76 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 104 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 126 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc params.thread_id, thread_id 157 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc DCHECK_CURRENTLY_ON(params.thread_id); thread_id 59 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h content::BrowserThread::ID thread_id; thread_id 43 gpu/command_buffer/service/gpu_tracer.cc named_thread_.thread_id(), thread_id 49 gpu/command_buffer/service/gpu_tracer.cc named_thread_.thread_id(), thread_id 63 native_client_sdk/src/libraries/xray/browser.c int32_t thread_id = XRayGetSavedThreadID(capture); thread_id 110 native_client_sdk/src/libraries/xray/browser.c 0, thread_id, thread_id 132 native_client_sdk/src/libraries/xray/browser.c 0, thread_id, thread_id 145 native_client_sdk/src/libraries/xray/browser.c 0, thread_id, thread_id 102 native_client_sdk/src/libraries/xray/xray.c int32_t thread_id; thread_id 385 native_client_sdk/src/libraries/xray/xray.c return capture->thread_id; thread_id 758 native_client_sdk/src/libraries/xray/xray.c capture->thread_id = (int32_t)(&g_xray_thread_id_placeholder); thread_id 78 ppapi/c/dev/ppb_trace_event_dev.h int32_t thread_id, thread_id 67 ppapi/shared_impl/ppb_trace_event_impl.cc int32_t thread_id, thread_id 79 ppapi/shared_impl/ppb_trace_event_impl.cc thread_id, thread_id 35 ppapi/shared_impl/ppb_trace_event_impl.h int32_t thread_id, thread_id 71 remoting/tools/breakpad_tester_win.cc DWORD thread_id; thread_id 74 remoting/tools/breakpad_tester_win.cc &thread_id)); thread_id 150 sandbox/linux/services/credentials.cc base::Bind(&ChrootToThreadFdInfo, chrooter.thread_id(), &is_chrooted)); thread_id 60 sandbox/linux/services/thread_helpers.cc const base::PlatformThreadId thread_id = thread->thread_id(); thread_id 61 sandbox/linux/services/thread_helpers.cc const std::string thread_id_dir_str = base::IntToString(thread_id) + "/"; thread_id 536 sandbox/win/sandbox_poc/main_ui_window.cc DWORD thread_id; thread_id 542 sandbox/win/sandbox_poc/main_ui_window.cc &thread_id); thread_id 567 sandbox/win/sandbox_poc/main_ui_window.cc &thread_id); thread_id 290 sandbox/win/src/broker_services.cc static DWORD thread_id = ::GetCurrentThreadId(); thread_id 291 sandbox/win/src/broker_services.cc DCHECK(thread_id == ::GetCurrentThreadId()); thread_id 74 sandbox/win/src/interceptors_64.cc LPDWORD thread_id) { thread_id 79 sandbox/win/src/interceptors_64.cc thread_id); thread_id 51 sandbox/win/src/interceptors_64.h DWORD creation_flags, LPDWORD thread_id); thread_id 111 sandbox/win/src/policy_target_test.cc DWORD thread_id = ::GetCurrentThreadId(); thread_id 112 sandbox/win/src/policy_target_test.cc HANDLE thread = ::OpenThread(SYNCHRONIZE, FALSE, thread_id); thread_id 130 sandbox/win/src/policy_target_test.cc DWORD thread_id; thread_id 132 sandbox/win/src/policy_target_test.cc &thread_id); thread_id 138 sandbox/win/src/policy_target_test.cc thread = ::OpenThread(SYNCHRONIZE, FALSE, thread_id); thread_id 256 sandbox/win/src/policy_target_test.cc EXPECT_NE(::GetThreadDesktop(target.thread_id()), thread_id 319 sandbox/win/src/policy_target_test.cc EXPECT_NE(::GetThreadDesktop(target.thread_id()), thread_id 159 sandbox/win/src/process_thread_dispatcher.cc DWORD thread_id) { thread_id 162 sandbox/win/src/process_thread_dispatcher.cc desired_access, thread_id, thread_id 26 sandbox/win/src/process_thread_dispatcher.h bool NtOpenThread(IPCInfo* ipc, DWORD desired_access, DWORD thread_id); thread_id 37 sandbox/win/src/process_thread_interception.cc uint32 thread_id = 0; thread_id 55 sandbox/win/src/process_thread_interception.cc thread_id = static_cast<uint32>( thread_id 74 sandbox/win/src/process_thread_interception.cc thread_id, &answer); thread_id 411 sandbox/win/src/process_thread_interception.cc LPDWORD thread_id) { thread_id 417 sandbox/win/src/process_thread_interception.cc parameter, creation_flags, thread_id); thread_id 435 sandbox/win/src/process_thread_interception.cc if (thread_id) thread_id 436 sandbox/win/src/process_thread_interception.cc *thread_id = HandleToUlong(client_id.UniqueThread); thread_id 91 sandbox/win/src/process_thread_interception.h DWORD creation_flags, LPDWORD thread_id); thread_id 105 sandbox/win/src/process_thread_policy.cc uint32 thread_id, thread_id 118 sandbox/win/src/process_thread_policy.cc reinterpret_cast<PVOID>(static_cast<ULONG_PTR>(thread_id)); thread_id 40 sandbox/win/src/process_thread_policy.h uint32 thread_id, thread_id 120 sandbox/win/tests/validation_tests/commands.cc DWORD thread_id = _wtoi(argv[0]); thread_id 121 sandbox/win/tests/validation_tests/commands.cc return TestOpenThread(thread_id); thread_id 124 sandbox/win/tests/validation_tests/commands.cc int TestOpenThread(DWORD thread_id) { thread_id 128 sandbox/win/tests/validation_tests/commands.cc thread_id); thread_id 21 sandbox/win/tests/validation_tests/commands.h int TestOpenThread(DWORD thread_id); thread_id 24 third_party/leveldatabase/chromium_logger.h const long long unsigned int thread_id = thread_id 55 third_party/leveldatabase/chromium_logger.h thread_id); thread_id 77 third_party/libusb/src/libusb/os/poll_windows.c DWORD thread_id; thread_id 121 third_party/libusb/src/libusb/os/poll_windows.c if (_poll_fd[_index].thread_id == GetCurrentThreadId()) { thread_id 165 third_party/libusb/src/libusb/os/poll_windows.c _poll_fd[i].thread_id = 0; thread_id 362 third_party/libusb/src/libusb/os/poll_windows.c _poll_fd[i].thread_id = GetCurrentThreadId(); thread_id 395 third_party/libusb/src/libusb/os/poll_windows.c _poll_fd[_index].thread_id = 0; thread_id 4069 third_party/libxml/src/runtest.c static thread_id tid[MAX_ARGC]; thread_id 4085 third_party/libxml/src/runtest.c tid[i] = (thread_id) - 1; thread_id 26 third_party/libxml/src/testThreads.c static thread_id tid[MAX_ARGC]; thread_id 155 third_party/libxml/src/testThreads.c tid[i] = (thread_id) -1; thread_id 111 third_party/libxml/src/threads.c thread_id tid; thread_id 132 third_party/libxml/src/threads.c thread_id tid; thread_id 167 third_party/libxml/src/threads.c thread_id mainthread = 0; thread_id 98 third_party/npapi/npspy/extern/nspr/md/_beos.h thread_id tid; /* BeOS thread handle */ thread_id 251 third_party/protobuf/src/google/protobuf/stubs/common.cc DWORD thread_id; thread_id 268 third_party/protobuf/src/google/protobuf/stubs/common.cc mInternal->thread_id = GetCurrentThreadId(); thread_id 274 third_party/protobuf/src/google/protobuf/stubs/common.cc mInternal->thread_id = 0; thread_id 281 third_party/protobuf/src/google/protobuf/stubs/common.cc GOOGLE_DCHECK_EQ(mInternal->thread_id, GetCurrentThreadId()); thread_id 545 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc static void RunThread(int thread_id) { thread_id 546 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc threads[thread_id]->Run(); thread_id 545 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc static void RunThread(int thread_id) { thread_id 546 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc threads[thread_id]->Run(); thread_id 117 tools/gn/trace.cc base::PlatformThreadId thread_id) thread_id 120 tools/gn/trace.cc thread_id_(thread_id) { thread_id 236 tools/gn/trace.cc out << "{\"pid\":0,\"tid\":" << item.thread_id(); thread_id 32 tools/gn/trace.h base::PlatformThreadId thread_id); thread_id 37 tools/gn/trace.h base::PlatformThreadId thread_id() const { return thread_id_; } thread_id 217 tools/memory_watcher/call_stack.cc DWORD thread_id = GetCurrentThreadId(); thread_id 219 tools/memory_watcher/call_stack.cc return thread_id == active_thread_id_; thread_id 92 tools/memory_watcher/memory_watcher.cc DWORD thread_id = GetCurrentThreadId(); thread_id 94 tools/memory_watcher/memory_watcher.cc return thread_id == active_thread_id_; thread_id 115 ui/gfx/win/hwnd_util.cc DWORD thread_id = GetWindowThreadProcessId(hwnd, &process_id); thread_id 1248 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnActivateApp(BOOL active, DWORD thread_id) { thread_id 1250 ui/views/win/hwnd_message_handler.cc thread_id != GetCurrentThreadId()) { thread_id 395 ui/views/win/hwnd_message_handler.h void OnActivateApp(BOOL active, DWORD thread_id); thread_id 82 win8/test/open_with_dialog_async.cc DCHECK_EQ(context->thread.thread_id(), base::PlatformThread::CurrentId());