HomeSort by relevance Sort by last modified time
    Searched defs:thread_id (Results 26 - 50 of 212) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/extensions/browser/api/sockets_tcp/
tcp_socket_event_dispatcher.h 59 content::BrowserThread::ID thread_id; member in struct:extensions::core_api::TCPSocketEventDispatcher::ReadParams
  /external/chromium_org/extensions/browser/api/sockets_udp/
udp_socket_event_dispatcher.h 59 content::BrowserThread::ID thread_id; member in struct:extensions::core_api::UDPSocketEventDispatcher::ReceiveParams
  /external/chromium_org/third_party/leveldatabase/src/util/
posix_logger.h 29 const uint64_t thread_id = (*gettid_)(); local
61 static_cast<long long unsigned int>(thread_id));
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.h 56 pthread_t thread_id; member in struct:apple_glx_context
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
low_latency_event_unittest.cc 48 unsigned int thread_id = 0; local
49 EXPECT_TRUE(process_thread_->Start(thread_id));
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon7591
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon7604
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 56 pthread_t thread_id; member in struct:apple_glx_context
  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.cc 156 int thread_id = omp_get_thread_num(); local
158 int thread_id = 0;
182 linear_solvers[thread_id],
  /external/chromium_org/base/
observer_list_threadsafe.h 115 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); local
118 if (observer_lists_.find(thread_id) == observer_lists_.end())
119 observer_lists_[thread_id] = new ObserverListContext(type_);
120 list = &(observer_lists_[thread_id]->list);
133 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); local
136 typename ObserversListMap::iterator it = observer_lists_.find(thread_id);
  /external/chromium_org/chrome/browser/
chrome_process_finder_win.cc 111 DWORD thread_id = GetWindowThreadProcessId(remote_window, &process_id); local
112 if (!thread_id || !process_id)
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 46 content::BrowserThread::ID thread_id,
53 const content::BrowserThread::ID thread_id; member in struct:MTPDeviceDelegateImplLinux::PendingTaskInfo
  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
tcp_server_socket_event_dispatcher.h 63 content::BrowserThread::ID thread_id; member in struct:extensions::core_api::TCPServerSocketEventDispatcher::AcceptParams
82 // Post an extension event from |thread_id| to UI thread
  /external/chromium_org/sandbox/win/src/
policy_target_test.cc 111 DWORD thread_id = ::GetCurrentThreadId(); local
112 HANDLE thread = ::OpenThread(SYNCHRONIZE, FALSE, thread_id);
130 DWORD thread_id; local
132 &thread_id);
138 thread = ::OpenThread(SYNCHRONIZE, FALSE, thread_id);
260 EXPECT_NE(::GetThreadDesktop(target.thread_id()),
323 EXPECT_NE(::GetThreadDesktop(target.thread_id()),
process_thread_interception.cc 37 uint32 thread_id = 0; local
55 thread_id = static_cast<uint32>(
74 thread_id, &answer);
  /external/chromium_org/third_party/webrtc/test/
fake_audio_device.cc 62 unsigned int thread_id; local
63 if (!thread_->Start(thread_id)) {
  /external/chromium_org/v8/test/cctest/
test-threads.cc 137 i::ThreadId thread_id = i::ThreadId::Current(); local
139 CHECK(!(*refs_)[i].Equals(thread_id));
141 CHECK(thread_id.IsValid());
142 (*refs_)[thread_no_] = thread_id;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 74 pthread_t thread_id; local
77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,
86 ASSERT_EQ(0, pthread_join(thread_id, NULL));
  /external/lldb/source/Target/
ThreadPlanStepUntil.cpp 61 lldb::user_id_t thread_id = m_thread.GetID(); local
74 return_bp->SetThreadID(thread_id);
88 until_bp->SetThreadID(thread_id);
  /external/openssl/crypto/bn/
bn_blind.c 125 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st
282 return b->thread_id;
287 b->thread_id = n;
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 144 pthread_t thread_id = -1; local
145 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
151 return thread_id;
  /external/chromium_org/base/message_loop/
message_pump_glib.cc 133 PlatformThreadId thread_id; member in struct:base::__anon6995::ThreadInfo
148 thread_info->thread_id = PlatformThread::CurrentId();
150 DCHECK(thread_info->thread_id == PlatformThread::CurrentId()) <<
  /external/chromium_org/base/threading/
thread.h 169 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::Thread
  /external/chromium_org/base/win/
scoped_handle.cc 29 DWORD thread_id; member in struct:__anon7237::Info
96 DWORD thread_id = GetCurrentThreadId();
100 Info handle_info = { owner, pc1, pc2, thread_id };
  /external/chromium_org/chrome/browser/importer/
external_process_importer_client.cc 42 BrowserThread::ID thread_id; local
43 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id));
48 thread_id));
311 BrowserThread::ID thread_id) {
313 this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get())

Completed in 2777 milliseconds

12 3 4 5 6 7 8 9