Searched refs:PlatformThreadId (Results 1 – 22 of 22) sorted by relevance
35 typedef DWORD PlatformThreadId; typedef42 typedef mach_port_t PlatformThreadId;44 typedef pid_t PlatformThreadId;48 const PlatformThreadId kInvalidThreadId = 0;62 static PlatformThreadId CurrentId();
67 PlatformThreadId thread_id() const { return thread_id_; } in thread_id()70 PlatformThreadId thread_id_;76 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST()89 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST()
56 std::set<PlatformThreadId>* unique_threads) in IncrementingTask()76 std::set<PlatformThreadId>* unique_threads_;89 std::set<PlatformThreadId>* unique_threads, in BlockingIncrementingTask()171 std::set<PlatformThreadId> unique_threads_;
126 PlatformThreadId thread_id() const { return thread_id_; } in thread_id()183 PlatformThreadId thread_id_;
96 PlatformThreadId tid() { return tid_; } in tid()113 PlatformThreadId tid_; // The backing thread's id.
39 mutable PlatformThreadId valid_thread_id_;
17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId(); in CurrentThread()
81 PlatformThreadId PlatformThread::CurrentId() { in CurrentId()
120 PlatformThreadId PlatformThread::CurrentId() { in CurrentId()
18 owning_thread_id_ = static_cast<PlatformThreadId>(0); in Lock()30 owning_thread_id_ = static_cast<PlatformThreadId>(0); in CheckHeldAndUnmark()
36 PlatformThreadId set_on_;
85 base::PlatformThreadId owning_thread_id_;
123 PlatformThreadId* thread_tid(int slot_id) const { in thread_tid()159 PlatformThreadId* thread_tid_table_;224 thread_tid_table_ = reinterpret_cast<PlatformThreadId*>(data + offset); in ComputeMappedPointers()
106 mutable base::PlatformThreadId allowed_thread_;
75 base::PlatformThreadId drag_drop_thread_id_;
38 static base::PlatformThreadId initial_thread_id = in ReportMetrics()
266 mutable base::PlatformThreadId valid_thread_id_;
180 static base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); in RunWithDispatcher()
155 static PlatformThreadId my_thread = PlatformThread::CurrentId(); in EnableHighResolutionTimer()
261 base::PlatformThreadId origin_thread_id_;
94 static base::PlatformThreadId first_thread = in HistogramAuthEvent()
1765 static base::PlatformThreadId thread_id = 0; in IsSingleThreaded()