HomeSort by relevance Sort by last modified time
    Searched refs:thread_id_ (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
tcp_server_socket_event_dispatcher.cc 40 : thread_id_(Socket::kThreadId),
68 DCHECK(BrowserThread::CurrentlyOn(thread_id_));
76 DCHECK(BrowserThread::CurrentlyOn(thread_id_));
84 DCHECK(BrowserThread::CurrentlyOn(thread_id_));
87 params.thread_id = thread_id_;
tcp_server_socket_event_dispatcher.h 90 content::BrowserThread::ID thread_id_; member in class:extensions::api::TCPServerSocketEventDispatcher
  /external/chromium_org/chrome_frame/
chrome_frame_helper_util.cc 121 DWORD thread_id_; member in struct:__anon7102::FindWindowParams
132 thread_id_(thread_id),
147 if (params->thread_id_ == 0 || params->thread_id_ == thread_id) {
178 params->thread_id_,
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_event_dispatcher.cc 43 : thread_id_(SerialConnection::kThreadId),
59 DCHECK(BrowserThread::CurrentlyOn(thread_id_));
62 params.thread_id = thread_id_;
serial_event_dispatcher.h 67 content::BrowserThread::ID thread_id_; member in class:extensions::api::SerialEventDispatcher
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
udp_socket_event_dispatcher.cc 38 : thread_id_(Socket::kThreadId),
62 DCHECK(BrowserThread::CurrentlyOn(thread_id_));
65 params.thread_id = thread_id_;
udp_socket_event_dispatcher.h 82 content::BrowserThread::ID thread_id_; member in class:extensions::api::UDPSocketEventDispatcher
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc 60 thread_id_(0),
160 int result = thread_functions.thread_create(&thread_id_, CallRun, this);
182 int result = CallWhileUnlocked(thread_functions.thread_join, thread_id_);
ppb_audio_shared.h 117 uintptr_t thread_id_; member in class:ppapi::PPB_Audio_Shared
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 71 BrowserThread::ID thread_id() const { return thread_id_; }
158 const BrowserThread::ID thread_id_; member in class:ThreadWatcher
thread_watcher.cc 23 : thread_id_(thread_id),
118 &ThreadWatcher::OnPingMessage, thread_id_, callback_task))) {
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
tcp_socket_event_dispatcher.h 83 content::BrowserThread::ID thread_id_; member in class:extensions::api::TCPSocketEventDispatcher
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 116 // Return the |thread_id_| of the thread being watched.
117 content::BrowserThread::ID thread_id() const { return thread_id_; }
214 // The |thread_id_| of the thread being watched. Only one instance can exist
215 // for the given |thread_id_| of the thread being watched.
216 const content::BrowserThread::ID thread_id_; member in class:ThreadWatcher
604 // The |thread_id_| on which this object is constructed.
605 const base::PlatformThreadId thread_id_; member in class:StartupTimeBomb
627 // The |thread_id_| on which this object is constructed.
628 const base::PlatformThreadId thread_id_; member in class:ShutdownWatcherHelper
thread_watcher.cc 124 : thread_id_(params.thread_id),
236 base::Bind(&ThreadWatcher::OnPingMessage, thread_id_,
395 CrashBecauseThreadWasUnresponsive(thread_id_);
899 thread_id_(base::PlatformThread::CurrentId()) {
906 DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId());
913 DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId());
921 DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId());
930 DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId());
959 thread_id_(base::PlatformThread::CurrentId()) {
963 DCHECK_EQ(thread_id_, base::PlatformThread::CurrentId())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 204 return thread_id_;
271 DWORD thread_id_; member in class:talk_base::Thread
thread.cc 151 thread_id_(0),
242 &thread_id_);
299 thread_id_ = 0;
531 thread_id_ = GetCurrentThreadId();
  /external/chromium_org/base/timer/
timer.h 165 int thread_id_; member in class:base::Timer
  /external/chromium/chrome/browser/prefs/
pref_member.h 74 BrowserThread::ID thread_id_; member in class:subtle::PrefMemberBase::Internal
  /external/chromium_org/v8/src/
isolate.h 254 ThreadId thread_id_; member in class:v8::internal::BASE_EMBEDDED
383 thread_id_(thread_id),
393 ThreadId thread_id() const { return thread_id_; }
408 return isolate_ == isolate && thread_id_.Equals(thread_id);
413 ThreadId thread_id_; member in class:v8::internal::Isolate::PerIsolateThreadData
549 ThreadId thread_id() { return thread_local_top_.thread_id_; }
550 void set_thread_id(ThreadId id) { thread_local_top_.thread_id_ = id; }
    [all...]
optimizing-compiler-thread.cc 57 thread_id_ = ThreadId::Current().ToInteger();
381 return ThreadId::Current().ToInteger() == thread_id_;
platform-win32.cc 1441 unsigned thread_id_; member in class:v8::internal::Thread::PlatformData
    [all...]
  /external/v8/src/
isolate.h 238 ThreadId thread_id_; member in class:v8::internal::BASE_EMBEDDED
372 thread_id_(thread_id),
382 ThreadId thread_id() const { return thread_id_; }
397 return isolate_ == isolate && thread_id_.Equals(thread_id);
402 ThreadId thread_id_; member in class:v8::internal::Isolate::PerIsolateThreadData
531 ThreadId thread_id() { return thread_local_top_.thread_id_; }
532 void set_thread_id(ThreadId id) { thread_local_top_.thread_id_ = id; }
    [all...]
  /external/chromium_org/base/debug/
trace_event_impl.h 142 int thread_id() const { return thread_id_; }
178 int thread_id_; member in class:base::debug::TraceEvent
trace_event_impl.cc 484 thread_id_(0),
502 thread_id_ = other.thread_id_;
535 thread_id_ = thread_id;
683 thread_id_,
    [all...]
  /external/chromium_org/tools/gn/
trace.cc 122 thread_id_(thread_id) {

Completed in 929 milliseconds

12 3