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

1 2 3

  /external/chromium_org/base/threading/
thread_id_name_manager.h 27 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_;
platform_thread.h 28 typedef DWORD PlatformThreadId;
30 typedef pid_t PlatformThreadId;
87 PlatformThreadId id)
108 PlatformThreadId id_;
111 const PlatformThreadId kInvalidThreadId(0);
138 static PlatformThreadId CurrentId();
platform_thread_unittest.cc 71 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();
thread_id_name_manager.cc 44 PlatformThreadId id) {
51 void ThreadIdNameManager::SetName(PlatformThreadId id, const char* name) {
77 const char* ThreadIdNameManager::GetName(PlatformThreadId id) {
94 PlatformThreadId id) {
thread.h 169 PlatformThreadId thread_id() const { return thread_id_; }
233 PlatformThreadId thread_id_;
thread_id_name_manager_unittest.cc 55 base::PlatformThreadId a_id = thread_a.thread_id();
68 base::PlatformThreadId a_id = base::PlatformThread::CurrentId();
80 base::PlatformThreadId a_id = base::PlatformThread::CurrentId();
thread_collision_warner.cc 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
simple_thread.h 96 PlatformThreadId tid() { return tid_; }
119 PlatformThreadId tid_; // The backing thread's id.
platform_thread_android.cc 76 const PlatformThreadId current_id = PlatformThread::CurrentId();
platform_thread_linux.cc 93 const PlatformThreadId current_id = PlatformThread::CurrentId();
  /external/chromium_org/third_party/WebKit/Source/platform/
WebThread.cpp 18 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/
WebThread.h 34 typedef uintptr_t PlatformThreadId;
62 virtual PlatformThreadId threadId() const { return 0; }
  /external/chromium_org/base/synchronization/
cancellation_flag.h 35 PlatformThreadId set_on_;
  /external/chromium_org/content/child/
webthread_impl.h 25 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/mojo/services/html_viewer/
webthread_impl.h 24 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/tools/gn/
trace.h 35 base::PlatformThreadId thread_id);
40 base::PlatformThreadId thread_id() const { return thread_id_; }
60 base::PlatformThreadId thread_id_;
  /external/chromium_org/base/message_loop/
message_loop_proxy_impl.h 45 PlatformThreadId valid_thread_id_;
  /external/chromium_org/cc/resources/
scoped_resource.h 44 base::PlatformThreadId allocate_thread_id_;
  /external/chromium_org/cc/trees/
blocking_task_runner.h 86 base::PlatformThreadId thread_id_;
  /external/chromium_org/net/url_request/
url_request_job_manager.h 90 mutable base::PlatformThreadId allowed_thread_;
url_request_throttler_manager.h 159 base::PlatformThreadId registered_from_thread_;
  /external/chromium_org/ui/base/clipboard/
clipboard.cc 41 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/
proxy_resolution_service_provider.h 121 base::PlatformThreadId origin_thread_id_;
  /external/chromium_org/chrome/browser/history/
download_database.h 129 base::PlatformThreadId owning_thread_;
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.h 176 base::PlatformThreadId creating_thread_id_;

Completed in 5871 milliseconds

1 2 3