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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
monitor.cc 723 uint32_t thread_id = self->GetThreadId(); local
731 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0));
740 if (owner_thread_id == thread_id) {
744 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count));
799 uint32_t thread_id = self->GetThreadId(); local
801 if (owner_thread_id != thread_id) {
811 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count));
846 uint32_t thread_id = self->GetThreadId(); local
848 if (owner_thread_id != thread_id) {
881 uint32_t thread_id = self->GetThreadId(); local
    [all...]
debugger.cc 434 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thread*& thread)
438 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id);
949 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id,
986 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread)
2509 JDWP::ObjectId thread_id = request->ReadThreadId(); local
2675 JDWP::ObjectId thread_id = request->ReadThreadId(); local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTraceEvent.h 346 name, id, thread_id) \
348 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
351 category_group, name, id, thread_id) \
353 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
390 name, id, thread_id) \
392 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
395 category_group, name, id, thread_id) \
397 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 346 name, id, thread_id) \
348 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
351 category_group, name, id, thread_id) \
353 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
390 name, id, thread_id) \
392 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
395 category_group, name, id, thread_id) \
397 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 1019 unsigned long gdb_id, thread_id; local
1190 unsigned long gdb_id, thread_id; local
    [all...]
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 534 int thread_id = omp_get_thread_num(); local
536 int thread_id = 0; local
539 double* solution = workspace.get() + thread_id * num_cols;
723 int thread_id = omp_get_thread_num(); local
725 int thread_id = 0; local
728 double* solution = workspace.get() + thread_id * num_cols;
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 300 DWORD thread_id = ::GetWindowThreadProcessId(remote_window_, &process_id); local
301 if (!thread_id || !process_id) {
308 ::EnumThreadWindows(thread_id,
  /external/chromium_org/sandbox/win/src/
process_thread_interception.cc 37 uint32 thread_id = 0; local
55 thread_id = static_cast<uint32>(
74 thread_id, &answer);
process_thread_dispatcher.cc 159 DWORD thread_id) {
162 desired_access, thread_id,
process_thread_policy.cc 105 uint32 thread_id,
118 reinterpret_cast<PVOID>(static_cast<ULONG_PTR>(thread_id));
  /external/chromium_org/tools/gn/
trace.cc 117 base::PlatformThreadId thread_id)
120 thread_id_(thread_id) {
258 out << "{\"pid\":0,\"tid\":" << item.thread_id();
  /bionic/tests/
time_test.cpp 364 pthread_t thread_id; member in struct:TimerDeleteData
371 tdd->thread_id = pthread_self();
403 while (pthread_detach(tdd.thread_id) != ESRCH && (time(NULL) - cur_time) < 5);
404 ASSERT_EQ(ESRCH, pthread_detach(tdd.thread_id));
  /external/chromium_org/chrome/browser/importer/
external_process_importer_client.h 110 void StartProcessOnIOThread(content::BrowserThread::ID thread_id);
  /external/chromium_org/content/browser/service_worker/
service_worker_context_core.cc 351 version->embedded_worker()->thread_id());
360 version->embedded_worker()->thread_id());
383 version->embedded_worker()->thread_id(),
401 version->embedded_worker()->thread_id(),
service_worker_internals_ui.cc 202 info->SetInteger("thread_id", version.thread_id);
307 int thread_id) OVERRIDE {
314 FundamentalValue(thread_id));
318 int thread_id) OVERRIDE {
325 FundamentalValue(thread_id));
336 int thread_id,
343 args.push_back(new FundamentalValue(thread_id));
355 int thread_id,
362 args.push_back(new FundamentalValue(thread_id));
    [all...]
embedded_worker_registry.cc 83 int thread_id,
90 found->second->OnScriptLoaded(thread_id);
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_gles20.mm 95 unsigned int thread_id;
96 screen_update_thread_->Start(thread_id);
  /external/chromium_org/tools/mac/
symbolicate_crash.py 374 def __init__(self, thread_id):
376 self.thread_id = thread_id
385 return 'Thread ' + self.thread_id + name + '\n' + \
  /external/chromium_org/win8/test/
open_with_dialog_async.cc 82 DCHECK_EQ(context->thread.thread_id(), base::PlatformThread::CurrentId());
  /external/lldb/source/Breakpoint/
BreakpointLocation.cpp 106 BreakpointLocation::SetThreadID (lldb::tid_t thread_id)
108 if (thread_id != LLDB_INVALID_THREAD_ID)
109 GetLocationOptions()->SetThreadID(thread_id);
115 m_options_ap->SetThreadID (thread_id);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 96 long thread_id; /* Thread id where this tstate was created */ member in struct:_ts
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 96 long thread_id; /* Thread id where this tstate was created */ member in struct:_ts
  /external/chromium_org/base/debug/
trace_event_impl.cc 379 int thread_id,
389 trace_event->Initialize(thread_id,
537 int thread_id,
556 thread_id_ = thread_id;
1875 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
2053 int thread_id = trace_event ? local
    [all...]
  /external/chromium_org/base/time/
time_win_unittest.cc 88 unsigned thread_id; local
91 &thread_id));
  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 130 CHECK(base::PlatformThread::CurrentId() == thread_id());
159 CHECK(base::PlatformThread::CurrentId() == thread_id());

Completed in 2442 milliseconds

1 2 3 4 5 6 7 8 91011>>