CurrentId 1309 base/debug/trace_event.h int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); CurrentId 1345 base/debug/trace_event.h int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); CurrentId 1388 base/debug/trace_event.h int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); CurrentId 1041 base/debug/trace_event_impl.cc static_cast<int>(base::PlatformThread::CurrentId()), CurrentId 1095 base/debug/trace_event_impl.cc static_cast<int>(PlatformThread::CurrentId()), CurrentId 1731 base/debug/trace_event_impl.cc int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); CurrentId 1794 base/debug/trace_event_impl.cc if (thread_id == static_cast<int>(PlatformThread::CurrentId())) { CurrentId 1910 base/debug/trace_event_impl.cc trace_event->thread_id() : PlatformThread::CurrentId(); CurrentId 2038 base/debug/trace_event_impl.cc int current_thread_id = static_cast<int>(base::PlatformThread::CurrentId()); CurrentId 2402 base/debug/trace_event_impl.cc static_cast<int>(base::PlatformThread::CurrentId()), CurrentId 1544 base/debug/trace_event_unittest.cc EXPECT_EQ(PlatformThread::CurrentId(), static_cast<PlatformThreadId>(tid)); CurrentId 683 base/logging.cc stream_ << base::PlatformThread::CurrentId() << ':'; CurrentId 18 base/message_loop/message_loop_proxy_impl.cc valid_thread_id_(PlatformThread::CurrentId()) { CurrentId 38 base/message_loop/message_loop_proxy_impl.cc return valid_thread_id_ == PlatformThread::CurrentId(); CurrentId 175 base/message_loop/message_pump_glib.cc static PlatformThreadId thread_id = PlatformThread::CurrentId(); CurrentId 176 base/message_loop/message_pump_glib.cc DCHECK(thread_id == PlatformThread::CurrentId()) << CurrentId 361 base/metrics/stats_table.cc *(internal_->thread_tid(slot)) = PlatformThread::CurrentId(); CurrentId 115 base/observer_list_threadsafe.h base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); CurrentId 133 base/observer_list_threadsafe.h base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); CurrentId 249 base/observer_list_threadsafe.h observer_lists_.find(base::PlatformThread::CurrentId()); CurrentId 274 base/observer_list_threadsafe.h observer_lists_.find(base::PlatformThread::CurrentId()); CurrentId 13 base/synchronization/cancellation_flag.cc DCHECK_EQ(set_on_, PlatformThread::CurrentId()); CurrentId 23 base/synchronization/cancellation_flag.h set_on_ = PlatformThread::CurrentId(); CurrentId 30 base/synchronization/lock.cc DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId()); CurrentId 35 base/synchronization/lock.cc DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId()); CurrentId 43 base/synchronization/lock.cc owning_thread_id_ = PlatformThread::CurrentId(); CurrentId 102 base/threading/platform_thread.h static PlatformThreadId CurrentId(); CurrentId 64 base/threading/platform_thread_android.cc Java_ThreadUtils_setThreadPriorityAudio(env, PlatformThread::CurrentId()); CurrentId 79 base/threading/platform_thread_android.cc ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name); CurrentId 86 base/threading/platform_thread_android.cc if (PlatformThread::CurrentId() == getpid()) CurrentId 48 base/threading/platform_thread_freebsd.cc ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name); CurrentId 56 base/threading/platform_thread_freebsd.cc if (PlatformThread::CurrentId() == getpid()) CurrentId 48 base/threading/platform_thread_linux.cc ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name); CurrentId 56 base/threading/platform_thread_linux.cc if (PlatformThread::CurrentId() == getpid()) CurrentId 73 base/threading/platform_thread_posix.cc PlatformThread::CurrentId()); CurrentId 78 base/threading/platform_thread_posix.cc PlatformThread::CurrentId()); CurrentId 84 base/threading/platform_thread_posix.cc PlatformThread::CurrentId()); CurrentId 167 base/threading/platform_thread_posix.cc return PlatformThreadHandle(pthread_self(), CurrentId()); CurrentId 192 base/threading/platform_thread_posix.cc return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); CurrentId 61 base/threading/platform_thread_unittest.cc thread_id_ = PlatformThread::CurrentId(); CurrentId 66 base/threading/platform_thread_unittest.cc EXPECT_EQ(thread_id_, PlatformThread::CurrentId()); CurrentId 80 base/threading/platform_thread_unittest.cc PlatformThreadId main_thread_id = PlatformThread::CurrentId(); CurrentId 92 base/threading/platform_thread_unittest.cc EXPECT_EQ(main_thread_id, PlatformThread::CurrentId()); CurrentId 96 base/threading/platform_thread_unittest.cc PlatformThreadId main_thread_id = PlatformThread::CurrentId(); CurrentId 118 base/threading/platform_thread_unittest.cc EXPECT_EQ(main_thread_id, PlatformThread::CurrentId()); CurrentId 74 base/threading/platform_thread_win.cc PlatformThread::CurrentId()); CurrentId 83 base/threading/platform_thread_win.cc PlatformThread::CurrentId()); CurrentId 155 base/threading/platform_thread_win.cc ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name); CurrentId 173 base/threading/platform_thread_win.cc SetNameInternal(CurrentId(), name); CurrentId 178 base/threading/platform_thread_win.cc return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); CurrentId 625 base/threading/sequenced_worker_pool.cc return ContainsKey(threads_, PlatformThread::CurrentId()); CurrentId 631 base/threading/sequenced_worker_pool.cc ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId()); CurrentId 889 base/threading/sequenced_worker_pool.cc ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId()); CurrentId 51 base/threading/simple_thread.cc tid_ = PlatformThread::CurrentId(); CurrentId 151 base/threading/thread.cc DCHECK_NE(ANNOTATE_UNPROTECTED_READ(thread_id_), PlatformThread::CurrentId()); CurrentId 201 base/threading/thread.cc thread_id_ = PlatformThread::CurrentId(); CurrentId 19 base/threading/thread_checker_impl.cc return valid_thread_id_ == PlatformThread::CurrentId(); CurrentId 31 base/threading/thread_checker_impl.cc valid_thread_id_ = PlatformThread::CurrentId(); CurrentId 17 base/threading/thread_collision_warner.cc const PlatformThreadId current_thread_id = PlatformThread::CurrentId(); CurrentId 68 base/threading/thread_id_name_manager_unittest.cc base::PlatformThreadId a_id = base::PlatformThread::CurrentId(); CurrentId 80 base/threading/thread_id_name_manager_unittest.cc base::PlatformThreadId a_id = base::PlatformThread::CurrentId(); CurrentId 86 base/threading/worker_pool_posix.cc "%s/%d", name_prefix_.c_str(), PlatformThread::CurrentId()); CurrentId 60 base/threading/worker_pool_posix_unittest.cc unique_threads->insert(PlatformThread::CurrentId()); CurrentId 169 base/time/time_win.cc static PlatformThreadId my_thread = PlatformThread::CurrentId(); CurrentId 170 base/time/time_win.cc DCHECK(PlatformThread::CurrentId() == my_thread); CurrentId 161 base/timer/timer.cc thread_id_ = static_cast<int>(PlatformThread::CurrentId()); CurrentId 166 base/timer/timer.cc thread_id_ == static_cast<int>(PlatformThread::CurrentId())); CurrentId 29 cc/resources/scoped_resource.cc allocate_thread_id_ = base::PlatformThread::CurrentId(); CurrentId 48 cc/resources/scoped_resource.cc allocate_thread_id_ = base::PlatformThread::CurrentId(); CurrentId 55 cc/resources/scoped_resource.cc DCHECK(allocate_thread_id_ == base::PlatformThread::CurrentId()); CurrentId 27 cc/test/cc_test_suite.cc base::PlatformThread::CurrentId(), CurrentId 35 chrome/browser/chromeos/dbus/cros_dbus_service.cc origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 86 chrome/browser/chromeos/dbus/cros_dbus_service.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 61 chrome/browser/chromeos/dbus/proxy_resolution_service_provider.cc : origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 175 chrome/browser/chromeos/dbus/proxy_resolution_service_provider.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 188 chrome/browser/chromeos/dbus/proxy_resolution_service_provider.cc origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 224 chrome/browser/chromeos/dbus/proxy_resolution_service_provider.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 84 chrome/browser/content_settings/host_content_settings_map.cc used_from_thread_id_(base::PlatformThread::CurrentId()), CurrentId 538 chrome/browser/content_settings/host_content_settings_map.cc if (base::PlatformThread::CurrentId() != used_from_thread_id_) CurrentId 263 chrome/browser/metrics/metrics_service.cc thread_id = base::PlatformThread::CurrentId(); CurrentId 264 chrome/browser/metrics/metrics_service.cc return base::PlatformThread::CurrentId() == thread_id; CurrentId 923 chrome/browser/metrics/thread_watcher.cc thread_id_(base::PlatformThread::CurrentId()) { CurrentId 930 chrome/browser/metrics/thread_watcher.cc DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId()); CurrentId 937 chrome/browser/metrics/thread_watcher.cc DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId()); CurrentId 945 chrome/browser/metrics/thread_watcher.cc DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId()); CurrentId 954 chrome/browser/metrics/thread_watcher.cc DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId()); CurrentId 983 chrome/browser/metrics/thread_watcher.cc thread_id_(base::PlatformThread::CurrentId()) { CurrentId 987 chrome/browser/metrics/thread_watcher.cc DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId()); CurrentId 996 chrome/browser/metrics/thread_watcher.cc DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId()); CurrentId 56 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc << " != " << base::PlatformThread::CurrentId(); CurrentId 80 chrome_elf/create_file/chrome_create_file_unittest.cc original_thread_ = base::PlatformThread::CurrentId(); CurrentId 141 chrome_elf/create_file/chrome_create_file_unittest.cc if (original_thread_ == base::PlatformThread::CurrentId()) { CurrentId 30 chromeos/dbus/bluetooth_agent_service_provider.cc : origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 122 chromeos/dbus/bluetooth_agent_service_provider.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 41 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc : origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 127 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 39 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc : origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 124 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 35 chromeos/dbus/bluetooth_gatt_service_service_provider.cc : origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 82 chromeos/dbus/bluetooth_gatt_service_service_provider.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 30 chromeos/dbus/bluetooth_profile_service_provider.cc : origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 82 chromeos/dbus/bluetooth_profile_service_provider.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 47 chromeos/dbus/power_manager_client.cc : origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 310 chromeos/dbus/power_manager_client.cc return base::PlatformThread::CurrentId() == origin_thread_id_; CurrentId 37 components/password_manager/core/browser/password_manager.cc base::PlatformThread::CurrentId(); CurrentId 38 components/password_manager/core/browser/password_manager.cc DCHECK(initial_thread_id == base::PlatformThread::CurrentId()); CurrentId 1018 content/browser/browser_main_loop.cc allowed_clipboard_threads.push_back(base::PlatformThread::CurrentId()); CurrentId 60 content/browser/power_save_blocker_mac.cc DCHECK_EQ(base::PlatformThread::CurrentId(), CurrentId 90 content/browser/power_save_blocker_mac.cc DCHECK_EQ(base::PlatformThread::CurrentId(), CurrentId 88 content/child/webthread_impl.cc return thread_->thread_id() == base::PlatformThread::CurrentId(); CurrentId 45 content/common/set_process_title.cc DCHECK_EQ(base::PlatformThread::CurrentId(), getpid()); CurrentId 130 content/gpu/gpu_watchdog_thread.cc CHECK(base::PlatformThread::CurrentId() == thread_id()); CurrentId 159 content/gpu/gpu_watchdog_thread.cc CHECK(base::PlatformThread::CurrentId() == thread_id()); CurrentId 105 content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc : creation_thread_(base::PlatformThread::CurrentId()) { CurrentId 115 content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc CHECK_EQ(creation_thread_, base::PlatformThread::CurrentId()); CurrentId 217 content/renderer/gpu/compositor_output_surface.cc base::PlatformThreadId g_last_thread = base::PlatformThread::CurrentId(); CurrentId 218 content/renderer/gpu/compositor_output_surface.cc DCHECK_EQ(g_last_thread, base::PlatformThread::CurrentId()); CurrentId 329 content/renderer/render_thread_impl.cc base::PlatformThread::CurrentId(), CurrentId 26 crypto/openssl_util.cc return static_cast<unsigned long>(base::PlatformThread::CurrentId()); CurrentId 195 dbus/bus.cc origin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 813 dbus/bus.cc DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); CurrentId 66 dbus/dbus_statistics.cc origin_thread_id_(base::PlatformThread::CurrentId()) { CurrentId 70 dbus/dbus_statistics.cc DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); CurrentId 86 dbus/dbus_statistics.cc if (base::PlatformThread::CurrentId() != origin_thread_id_) { CurrentId 88 dbus/dbus_statistics.cc << base::PlatformThread::CurrentId(); CurrentId 109 dbus/dbus_statistics.cc DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); CurrentId 59 media/audio/win/audio_low_latency_output_win.cc : creating_thread_id_(base::PlatformThread::CurrentId()), CurrentId 97 net/http/http_auth_controller.cc base::PlatformThread::CurrentId(); CurrentId 98 net/http/http_auth_controller.cc DCHECK_EQ(first_thread, base::PlatformThread::CurrentId()); CurrentId 3581 net/socket/ssl_client_socket_nss.cc valid_thread_id_ = base::PlatformThread::CurrentId(); CurrentId 3587 net/socket/ssl_client_socket_nss.cc return valid_thread_id_ == base::PlatformThread::CurrentId(); CurrentId 85 net/url_request/url_request_job_manager.h allowed_thread_ = base::PlatformThread::CurrentId(); CurrentId 88 net/url_request/url_request_job_manager.h return allowed_thread_ == base::PlatformThread::CurrentId(); CurrentId 23 remoting/base/plugin_thread_task_runner.cc : plugin_thread_id_(base::PlatformThread::CurrentId()), CurrentId 133 remoting/base/plugin_thread_task_runner.cc return base::PlatformThread::CurrentId() == plugin_thread_id_; CurrentId 25 third_party/leveldatabase/chromium_logger.h ::base::PlatformThread::CurrentId(); CurrentId 284 third_party/libjingle/overrides/talk/base/logging.cc static_cast<base::subtle::Atomic32>(base::PlatformThread::CurrentId())); CurrentId 286 third_party/libjingle/overrides/talk/base/logging.cc base::PlatformThread::CurrentId()); CurrentId 130 tools/gn/trace.cc item_ = new TraceItem(t, name, base::PlatformThread::CurrentId()); CurrentId 140 tools/gn/trace.cc base::PlatformThread::CurrentId()); CurrentId 226 tools/gn/trace.cc out << "{\"pid\":0,\"tid\":" << base::PlatformThread::CurrentId(); CurrentId 70 ui/base/clipboard/clipboard.cc base::PlatformThreadId id = base::PlatformThread::CurrentId(); CurrentId 100 ui/base/clipboard/clipboard.cc base::PlatformThreadId id = base::PlatformThread::CurrentId(); CurrentId 82 win8/test/open_with_dialog_async.cc DCHECK_EQ(context->thread.thread_id(), base::PlatformThread::CurrentId());