Searched refs:PlatformThreadId (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/base/threading/
H A 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_;
H A Dplatform_thread.h28 typedef DWORD PlatformThreadId; typedef in namespace:base
30 typedef pid_t PlatformThreadId;
87 PlatformThreadId id)
108 PlatformThreadId id_;
111 const PlatformThreadId kInvalidThreadId(0);
138 static PlatformThreadId CurrentId();
H A Dplatform_thread_unittest.cc71 PlatformThreadId thread_id() const { return thread_id_; }
74 PlatformThreadId thread_id_;
80 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
96 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
H A Dthread_id_name_manager.cc44 PlatformThreadId id) {
51 void ThreadIdNameManager::SetName(PlatformThreadId id, const char* name) {
77 const char* ThreadIdNameManager::GetName(PlatformThreadId id) {
94 PlatformThreadId id) {
H A Dthread_id_name_manager_unittest.cc55 base::PlatformThreadId a_id = thread_a.thread_id();
68 base::PlatformThreadId a_id = base::PlatformThread::CurrentId();
80 base::PlatformThreadId a_id = base::PlatformThread::CurrentId();
H A Dthread_collision_warner.cc17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
H A Dthread.h169 PlatformThreadId thread_id() const { return thread_id_; }
233 PlatformThreadId thread_id_;
H A Dsimple_thread.h96 PlatformThreadId tid() { return tid_; }
119 PlatformThreadId tid_; // The backing thread's id.
H A Dplatform_thread_android.cc76 const PlatformThreadId current_id = PlatformThread::CurrentId();
H A Dplatform_thread_linux.cc93 const PlatformThreadId current_id = PlatformThread::CurrentId();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThread.cpp18 COMPILE_ASSERT(sizeof(blink::PlatformThreadId) >= sizeof(DWORD), Size_of_platform_thread_id_is_too_small);
20 COMPILE_ASSERT(sizeof(blink::PlatformThreadId) >= sizeof(pid_t), Size_of_platform_thread_id_is_too_small);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebThread.h34 typedef uintptr_t PlatformThreadId; typedef in namespace:blink
62 virtual PlatformThreadId threadId() const { return 0; }
/external/chromium_org/base/synchronization/
H A Dcancellation_flag.h35 PlatformThreadId set_on_;
/external/chromium_org/mojo/services/html_viewer/
H A Dwebthread_impl.h24 virtual blink::PlatformThreadId threadId() const = 0;
50 virtual blink::PlatformThreadId threadId() const;
70 virtual blink::PlatformThreadId threadId() const;
73 blink::PlatformThreadId thread_id_;
/external/chromium_org/content/child/
H A Dwebthread_impl.h25 virtual blink::PlatformThreadId threadId() const = 0;
51 virtual blink::PlatformThreadId threadId() const OVERRIDE;
71 virtual blink::PlatformThreadId threadId() const OVERRIDE;
74 blink::PlatformThreadId thread_id_;
/external/chromium_org/tools/gn/
H A Dtrace.h35 base::PlatformThreadId thread_id);
40 base::PlatformThreadId thread_id() const { return thread_id_; }
60 base::PlatformThreadId thread_id_;
/external/chromium_org/cc/resources/
H A Dscoped_resource.h44 base::PlatformThreadId allocate_thread_id_;
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_impl.h45 PlatformThreadId valid_thread_id_;
/external/chromium_org/cc/trees/
H A Dblocking_task_runner.h86 base::PlatformThreadId thread_id_;
/external/chromium_org/ui/base/clipboard/
H A Dclipboard.cc41 typedef std::vector<base::PlatformThreadId> AllowedThreadsVector;
46 typedef std::map<base::PlatformThreadId, Clipboard*> ClipboardMap;
58 const std::vector<base::PlatformThreadId>& allowed_threads) {
70 base::PlatformThreadId id = base::PlatformThread::CurrentId();
100 base::PlatformThreadId id = base::PlatformThread::CurrentId();
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dproxy_resolution_service_provider.h121 base::PlatformThreadId origin_thread_id_;
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h129 base::PlatformThreadId owning_thread_;
/external/chromium_org/net/url_request/
H A Durl_request_job_manager.h90 mutable base::PlatformThreadId allowed_thread_;
H A Durl_request_throttler_manager.h159 base::PlatformThreadId registered_from_thread_;
/external/chromium_org/remoting/base/
H A Dplugin_thread_task_runner.h89 const base::PlatformThreadId plugin_thread_id_;

Completed in 5258 milliseconds

123