Home
last modified time | relevance | path

Searched refs:PlatformThreadId (Results 1 – 25 of 28) sorted by relevance

12

/external/libchrome/base/threading/
Dplatform_thread.h34 typedef DWORD PlatformThreadId; typedef
36 typedef zx_handle_t PlatformThreadId;
38 typedef mach_port_t PlatformThreadId;
40 typedef pid_t PlatformThreadId;
104 const PlatformThreadId kInvalidThreadId(0);
133 static PlatformThreadId CurrentId();
230 static void SetThreadPriority(PlatformThreadId thread_id,
Dthread_id_name_manager.h29 void RegisterThread(PlatformThreadHandle::Handle handle, PlatformThreadId id);
41 const char* GetName(PlatformThreadId id);
47 void RemoveName(PlatformThreadHandle::Handle handle, PlatformThreadId id);
52 typedef std::map<PlatformThreadId, PlatformThreadHandle::Handle>
71 PlatformThreadId main_process_id_;
Dplatform_thread_linux.cc49 void SetThreadCgroup(PlatformThreadId thread_id, in SetThreadCgroup()
59 void SetThreadCgroupForThreadPriority(PlatformThreadId thread_id, in SetThreadCgroupForThreadPriority()
73 void SetThreadCgroupsForThreadPriority(PlatformThreadId thread_id, in SetThreadCgroupsForThreadPriority()
153 void PlatformThread::SetThreadPriority(PlatformThreadId thread_id, in SetThreadPriority()
Dthread_id_name_manager.cc50 PlatformThreadId id) { in RegisterThread()
63 PlatformThreadId id = PlatformThread::CurrentId(); in SetName()
103 const char* ThreadIdNameManager::GetName(PlatformThreadId id) { in GetName()
125 PlatformThreadId id) { in RemoveName()
Dthread_id_name_manager_unittest.cc55 base::PlatformThreadId a_id = thread_a.GetThreadId(); in TEST_F()
68 base::PlatformThreadId a_id = base::PlatformThread::CurrentId(); in TEST_F()
80 base::PlatformThreadId a_id = base::PlatformThread::CurrentId(); in TEST_F()
Dplatform_thread_unittest.cc133 PlatformThreadId thread_id() const { in thread_id()
153 PlatformThreadId thread_id_;
165 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST()
185 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST()
Dsimple_thread.h113 PlatformThreadId tid();
148 PlatformThreadId tid_ = kInvalidThreadId; // The backing thread's id.
Dthread.h246 PlatformThreadId GetThreadId() const;
321 PlatformThreadId id_ = kInvalidThreadId;
Dthread_unittest.cc132 base::PlatformThreadId* id, in ReturnThreadId()
403 base::PlatformThreadId id_from_new_thread; in TEST_F()
410 base::PlatformThreadId id_from_current_thread = a.GetThreadId(); in TEST_F()
426 base::PlatformThreadId previous_id = base::kInvalidThreadId; in TEST_F()
430 base::PlatformThreadId current_id = a.GetThreadId(); in TEST_F()
Dthread_collision_warner.cc17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId(); in CurrentThread()
Dsimple_thread.cc59 PlatformThreadId SimpleThread::tid() { in tid()
Dplatform_thread_posix.cc136 PlatformThreadId PlatformThread::CurrentId() { in CurrentId()
Dthread.cc221 PlatformThreadId Thread::GetThreadId() const { in GetThreadId()
/external/webrtc/webrtc/base/
Dplatform_thread_types.h24 typedef DWORD PlatformThreadId; typedef
27 typedef pid_t PlatformThreadId;
Devent_tracer.cc95 rtc::PlatformThreadId thread_id) { in AddTraceEvent()
181 rtc::PlatformThreadId tid;
Dplatform_thread.cc22 PlatformThreadId CurrentThreadId() { in CurrentThreadId()
23 PlatformThreadId ret; in CurrentThreadId()
Dplatform_thread.h24 PlatformThreadId CurrentThreadId();
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner.h51 PlatformThreadId valid_thread_id_;
Dmessage_loop.h330 PlatformThreadId thread_id_ = kInvalidThreadId;
Dmessage_pump_glib.cc129 PlatformThreadId thread_id;
/external/libchrome/base/task/sequence_manager/
Dthread_controller_with_message_pump_impl.h96 const PlatformThreadId main_thread_id_;
Dtask_queue.h353 const PlatformThreadId thread_id_;
Dtask_queue_impl.h423 const PlatformThreadId thread_id_;
/external/libchrome/dbus/
Ddbus_statistics.cc108 base::PlatformThreadId origin_thread_id_;
Dbus.h696 base::PlatformThreadId origin_thread_id_;

12