Home
last modified time | relevance | path

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

1234

/external/chromium_org/base/threading/
Dthread_id_name_manager.h27 void RegisterThread(PlatformThreadHandle::Handle handle, PlatformThreadId id);
30 void SetName(PlatformThreadId id, const char* name);
33 const char* GetName(PlatformThreadId id);
36 void RemoveName(PlatformThreadHandle::Handle handle, PlatformThreadId id);
41 typedef std::map<PlatformThreadId, PlatformThreadHandle::Handle>
60 PlatformThreadId main_process_id_;
Dplatform_thread.h27 typedef DWORD PlatformThreadId; typedef
29 typedef pid_t PlatformThreadId;
51 PlatformThreadId id) in PlatformThreadHandle()
72 PlatformThreadId id_;
75 const PlatformThreadId kInvalidThreadId(0);
102 static PlatformThreadId CurrentId();
Dthread_id_name_manager.cc44 PlatformThreadId id) { in RegisterThread()
51 void ThreadIdNameManager::SetName(PlatformThreadId id, const char* name) { in SetName()
77 const char* ThreadIdNameManager::GetName(PlatformThreadId id) { in GetName()
94 PlatformThreadId id) { in RemoveName()
Dplatform_thread_unittest.cc71 PlatformThreadId thread_id() const { return thread_id_; } in thread_id()
74 PlatformThreadId thread_id_;
80 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST()
96 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST()
Dthread_id_name_manager_unittest.cc55 base::PlatformThreadId a_id = thread_a.thread_id(); 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()
Dthread.h153 PlatformThreadId thread_id() const { return thread_id_; } in thread_id()
217 PlatformThreadId thread_id_;
Dworker_pool_posix_unittest.cc57 std::set<PlatformThreadId>* unique_threads) { in IncrementingTask()
72 std::set<PlatformThreadId>* unique_threads;
142 std::set<PlatformThreadId> unique_threads_;
Dsimple_thread.h96 PlatformThreadId tid() { return tid_; } in tid()
119 PlatformThreadId tid_; // The backing thread's id.
Dthread_checker_impl.h38 mutable PlatformThreadId valid_thread_id_;
Dplatform_thread_win.cc32 void SetNameInternal(PlatformThreadId thread_id, const char* name) { in SetNameInternal()
121 PlatformThreadId PlatformThread::CurrentId() { in CurrentId()
/external/chromium/base/threading/
Dplatform_thread.h35 typedef DWORD PlatformThreadId; typedef
42 typedef mach_port_t PlatformThreadId;
44 typedef pid_t PlatformThreadId;
48 const PlatformThreadId kInvalidThreadId = 0;
62 static PlatformThreadId CurrentId();
Dplatform_thread_unittest.cc67 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()
Dworker_pool_posix_unittest.cc56 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_;
Dthread.h126 PlatformThreadId thread_id() const { return thread_id_; } in thread_id()
183 PlatformThreadId thread_id_;
Dsimple_thread.h96 PlatformThreadId tid() { return tid_; } in tid()
113 PlatformThreadId tid_; // The backing thread's id.
Dthread_checker_impl.h39 mutable PlatformThreadId valid_thread_id_;
Dthread_collision_warner.cc17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId(); in CurrentThread()
/external/chromium_org/ui/base/clipboard/
Dclipboard.cc41 typedef std::vector<base::PlatformThreadId> AllowedThreadsVector;
46 typedef std::map<base::PlatformThreadId, Clipboard*> ClipboardMap;
58 const std::vector<base::PlatformThreadId>& allowed_threads) { in SetAllowedThreads()
70 base::PlatformThreadId id = base::PlatformThread::CurrentId(); in GetForCurrentThread()
100 base::PlatformThreadId id = base::PlatformThread::CurrentId(); in DestroyClipboardForCurrentThread()
/external/chromium_org/tools/gn/
Dtrace.h32 base::PlatformThreadId thread_id);
37 base::PlatformThreadId thread_id() const { return thread_id_; } in thread_id()
57 base::PlatformThreadId thread_id_;
/external/chromium/base/synchronization/
Dlock.cc18 owning_thread_id_ = static_cast<PlatformThreadId>(0); in Lock()
30 owning_thread_id_ = static_cast<PlatformThreadId>(0); in CheckHeldAndUnmark()
Dcancellation_flag.h36 PlatformThreadId set_on_;
/external/chromium_org/base/synchronization/
Dlock.cc16 const PlatformThreadId kNoThreadId = static_cast<PlatformThreadId>(0);
Dcancellation_flag.h35 PlatformThreadId set_on_;
/external/chromium_org/base/
Dobserver_list_threadsafe.h115 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); in AddObserver()
133 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); in RemoveObserver()
285 typedef std::map<base::PlatformThreadId, ObserverListContext*>
/external/chromium_org/cc/resources/
Dscoped_resource.h42 base::PlatformThreadId allocate_thread_id_;

1234