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

  /external/chromium/base/threading/
platform_thread.h 35 typedef DWORD PlatformThreadId;
42 typedef mach_port_t PlatformThreadId;
44 typedef pid_t PlatformThreadId;
48 const PlatformThreadId kInvalidThreadId = 0;
62 static PlatformThreadId CurrentId();
thread_checker_impl.h 39 mutable PlatformThreadId valid_thread_id_;
platform_thread_unittest.cc 67 PlatformThreadId thread_id() const { return thread_id_; }
70 PlatformThreadId thread_id_;
76 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
89 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
thread.h 126 PlatformThreadId thread_id() const { return thread_id_; }
183 PlatformThreadId thread_id_;
thread_collision_warner.cc 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
simple_thread.h 96 PlatformThreadId tid() { return tid_; }
113 PlatformThreadId tid_; // The backing thread's id.
worker_pool_posix_unittest.cc 56 std::set<PlatformThreadId>* unique_threads)
76 std::set<PlatformThreadId>* unique_threads_;
89 std::set<PlatformThreadId>* unique_threads,
171 std::set<PlatformThreadId> unique_threads_;
platform_thread_win.cc 81 PlatformThreadId PlatformThread::CurrentId() {
platform_thread_posix.cc 120 PlatformThreadId PlatformThread::CurrentId() {
  /external/chromium/base/synchronization/
lock.cc 18 owning_thread_id_ = static_cast<PlatformThreadId>(0);
30 owning_thread_id_ = static_cast<PlatformThreadId>(0);
cancellation_flag.h 36 PlatformThreadId set_on_;
lock.h 85 base::PlatformThreadId owning_thread_id_;
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h 75 base::PlatformThreadId drag_drop_thread_id_;
  /external/chromium/net/url_request/
url_request_job_manager.h 106 mutable base::PlatformThreadId allowed_thread_;
  /external/chromium/base/metrics/
stats_table.cc 123 PlatformThreadId* thread_tid(int slot_id) const {
159 PlatformThreadId* thread_tid_table_;
224 thread_tid_table_ = reinterpret_cast<PlatformThreadId*>(data + offset);
  /external/chromium/chrome/browser/password_manager/
password_manager.cc 38 static base::PlatformThreadId initial_thread_id =
  /external/chromium/net/socket/
ssl_client_socket_nss.h 266 mutable base::PlatformThreadId valid_thread_id_;
  /external/chromium/base/
message_pump_glib.cc 180 static base::PlatformThreadId thread_id = base::PlatformThread::CurrentId();
time_win.cc 155 static PlatformThreadId my_thread = PlatformThread::CurrentId();
task.h 261 base::PlatformThreadId origin_thread_id_;
  /external/chromium/net/http/
http_auth_controller.cc 94 static base::PlatformThreadId first_thread =
  /external/chromium/chrome/browser/metrics/
metrics_service.cc     [all...]

Completed in 716 milliseconds