HomeSort by relevance Sort by last modified time
    Searched refs:thread_id (Results 76 - 100 of 338) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/lldb/source/Target/
ThreadSpec.cpp 66 lldb::tid_t thread_id = thread.GetID();
67 return TIDMatches (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/base/win/
scoped_process_information_unittest.cc 69 EXPECT_EQ(kThreadId, process_info.thread_id());
94 EXPECT_EQ(0, process_info.thread_id());
133 ASSERT_NE(0u, process_info.thread_id());
134 ASSERT_EQ(duplicate.thread_id(), process_info.thread_id());
161 EXPECT_EQ(kThreadId, process_info.thread_id());
  /art/runtime/jdwp/
jdwp_handler.cc 95 ObjectId thread_id, ObjectId object_id,
102 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64,
103 thread_id, object_id);
127 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
691 ObjectId thread_id = request.ReadThreadId(); local
694 return FinishInvoke(state, request, pReply, thread_id, 0, class_id, method_id, false);
707 ObjectId thread_id = request.ReadThreadId(); local
718 return FinishInvoke(state, request, pReply, thread_id, object_id, class_id, method_id, true);
802 * This can get called on different things, e.g. thread_id gets
876 ObjectId thread_id = request.ReadThreadId() local
945 ObjectId thread_id = request.ReadThreadId(); local
966 ObjectId thread_id = request.ReadThreadId(); local
985 ObjectId thread_id = request.ReadThreadId(); local
1003 ObjectId thread_id = request.ReadThreadId(); local
1025 ObjectId thread_id = request.ReadThreadId(); local
1037 ObjectId thread_id = request.ReadThreadId(); local
1069 ObjectId thread_id = request.ReadThreadId(); local
1083 ObjectId thread_id = request.ReadThreadId(); local
1117 ObjectId thread_id = request.ReadThreadId(); local
1129 ObjectId thread_id = request.ReadThreadId(); local
1141 ObjectId thread_id = request.ReadThreadId(); local
1272 ObjectId thread_id = request.ReadThreadId(); local
1328 ObjectId thread_id = request.ReadThreadId(); local
1403 ObjectId thread_id = request.ReadThreadId(); local
    [all...]
jdwp_event.cc 790 ObjectId thread_id)
798 JdwpError error = Dbg::GetThreadName(thread_id, thread_name);
802 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name;
876 ObjectId thread_id = 0; local
898 thread_id = Dbg::GetThreadId(basket.thread);
903 LogMatchingEventsAndThread(match_list, match_count, thread_id);
915 expandBufAdd8BE(pReq, thread_id);
931 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
960 ObjectId thread_id = 0; local
974 thread_id = Dbg::GetThreadId(basket.thread)
1059 ObjectId thread_id = 0; local
1169 ObjectId thread_id = 0; local
1254 ObjectId thread_id = 0; local
    [all...]
  /external/chromium_org/base/debug/
trace_event.h 389 name, id, thread_id, timestamp) \
391 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
394 category_group, name, id, thread_id, timestamp) \
396 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
433 name, id, thread_id, timestamp) \
435 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
438 category_group, name, id, thread_id, timestamp) \
440 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
1370 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1406 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1449 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
    [all...]
  /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()),
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 193 void DispatchResultsClosure(int thread_id, int callbacks_id,
196 if (thread_id != CurrentWorkerId()) {
202 thread_id,
207 WorkerTaskRunner::Instance()->PostTask(thread_id, results_closure);
214 int thread_id, int callbacks_id,
219 thread_id, callbacks_id, waitable_results,
230 int thread_id, int callbacks_id,
234 thread_id, callbacks_id, waitable_results,
239 void ResolveURLCallbackAdapter(int thread_id,
248 thread_id, callbacks_id, waitable_results
    [all...]
  /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())
  /external/chromium_org/content/public/test/
test_utils.cc 46 void RunAllPendingMessageAndSendQuit(BrowserThread::ID thread_id,
49 BrowserThread::PostTask(thread_id, FROM_HERE, quit_task);
135 void RunAllPendingInMessageLoop(BrowserThread::ID thread_id) {
136 if (BrowserThread::CurrentlyOn(thread_id)) {
147 BrowserThread::PostTask(thread_id, FROM_HERE,
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 267 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
413 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
414 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
419 ret = pthread_create( &gki_cb.os.thread_id[task_id],
430 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0)
451 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
457 (int)gki_cb.os.thread_id[task_id],
508 result = pthread_join( gki_cb.os.thread_id[task_id], NULL );
580 pthread_detach(gki_cb.os.thread_id[task_id]);
629 result = pthread_join( gki_cb.os.thread_id[task_id-1], NULL )
950 pthread_t thread_id = pthread_self( ); local
    [all...]
  /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/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));
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
324 result = pthread_create(&thelper->thread_id, NULL,
389 result = pthread_join(thelper->thread_id, NULL);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn",
324 result = pthread_create(&thelper->thread_id, NULL,
389 result = pthread_join(thelper->thread_id, NULL);
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.h 96 int thread_id() const { return thread_id_; } function in class:content::EmbeddedWorkerInstance
141 void OnScriptLoaded(int thread_id);
  /external/chromium_org/ppapi/api/dev/
ppb_trace_event_dev.idl 63 [in] int32_t thread_id,
  /external/chromium_org/third_party/webrtc/test/
fake_audio_device.cc 62 unsigned int thread_id; local
63 if (!thread_->Start(thread_id)) {
frame_generator_capturer.cc 98 unsigned int thread_id; local
99 if (!thread_->Start(thread_id)) {
  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
Android.mk 23 test_name := thread/thread.threads/thread.thread.class/thread.thread.id/thread_id
24 test_src := thread_id.pass.cpp
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 98 volatile pid_t thread_id; member in struct:__anon5723
169 pthread_t thread_id = -1; local
170 if( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
175 return thread_id;
216 ts[h].thread_id = -1;
235 if((ts[h].thread_id = create_thread(sock_poll_thread, (void*)(uintptr_t)h)) != -1)
237 APPL_TRACE_DEBUG("h:%d, thread id:%d", h, ts[h].thread_id);
299 if(ts[h].thread_id == pthread_self())
375 pthread_join(ts[h].thread_id, 0);
387 ts[h].thread_id = -1
    [all...]
  /external/chromium_org/content/browser/
browser_main_loop.cc 650 for (size_t thread_id = BrowserThread::UI + 1;
651 thread_id < BrowserThread::ID_COUNT;
652 ++thread_id) {
656 switch (thread_id) {
714 BrowserThread::ID id = static_cast<BrowserThread::ID>(thread_id);
828 for (size_t thread_id = BrowserThread::ID_COUNT - 1;
829 thread_id >= (BrowserThread::UI + 1);
830 --thread_id) {
848 switch (thread_id) {
    [all...]
  /external/ceres-solver/internal/ceres/
program_evaluator.h 182 int thread_id = omp_get_thread_num(); local
184 int thread_id = 0; local
186 EvaluatePreparer* preparer = &evaluate_preparers_[thread_id];
187 EvaluateScratch* scratch = &evaluate_scratch_[thread_id];
  /external/chromium_org/base/threading/
thread.h 169 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::Thread
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 95 void CrashBecauseThreadWasUnresponsive(BrowserThread::ID thread_id) {
96 base::debug::Alias(&thread_id);
98 switch (thread_id) {
128 : thread_id_(params.thread_id),
131 BrowserThread::GetMessageLoopProxyForThread(params.thread_id)),
176 if (!ThreadWatcherList::IsRegistered(params.thread_id))
350 void ThreadWatcher::OnPingMessage(const BrowserThread::ID& thread_id,
353 DCHECK(BrowserThread::CurrentlyOn(thread_id));
476 DCHECK(!g_thread_watcher_list_->Find(watcher->thread_id()));
477 g_thread_watcher_list_->registered_[watcher->thread_id()] = watcher
    [all...]

Completed in 548 milliseconds

1 2 34 5 6 7 8 91011>>