/external/google-breakpad/src/client/linux/microdump_writer/ |
microdump_writer.cc | 190 bool DumpThreadStack(uint32_t thread_id, 218 dumper_->CopyFromProcess(*stack_copy, thread_id, stack, stack_len); 242 thread.thread_id = dumper_->threads()[i]; 245 if (static_cast<pid_t>(thread.thread_id) != dumper_->crash_thread()) 253 if (!DumpThreadStack(thread.thread_id, stack_ptr, -1, &stack_copy))
|
/external/v8/tools/profviz/ |
composer.js | 62 function TimerEvent(label, color, pause, thread_id) { 63 assert(thread_id >= 0 && thread_id < kNumThreads, "invalid thread id"); 68 this.thread_id = thread_id; 233 var thread_id = new_event.thread_id; 235 start = Math.max(last_time_stamp[thread_id] + kMinRangeLength, start); 238 var last_event = event_stack[thread_id].top(); 240 var new_range = new Range(last_time_stamp[thread_id], start) [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 59 " AND " + Sms.THREAD_ID + " = threads._id)" + 63 " WHERE threads._id = new." + Sms.THREAD_ID + "; "; 68 " ON threads._id = " + Sms.THREAD_ID + 69 " WHERE " + Sms.THREAD_ID + " = new.thread_id" + 72 " ON threads._id = " + Mms.THREAD_ID + 73 " WHERE " + Mms.THREAD_ID + " = new.thread_id" + 76 " WHERE threads._id = new.thread_id; "; 81 " ON threads._id = " + Sms.THREAD_ID 425 int thread_id = -1; local [all...] |
/external/google-breakpad/src/processor/ |
synth_minidump.h | 242 uint32_t thread_id, 277 uint32_t thread_id = 0,
|
synth_minidump.cc | 235 uint32_t thread_id, const Memory &stack, const Context &context, 238 D32(thread_id); 299 uint32_t thread_id, 304 D32(thread_id);
|
minidump.cc | 1623 uint32_t thread_id; local [all...] |
/external/libxml2/ |
testThreads.c | 26 static thread_id tid[MAX_ARGC]; 153 tid[i] = (thread_id) -1;
|
/external/lldb/source/Breakpoint/ |
WatchpointOptions.cpp | 161 WatchpointOptions::SetThreadID (lldb::tid_t thread_id) 163 GetThreadSpec()->SetTID(thread_id);
|
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);
|
/external/google-breakpad/src/client/windows/crash_generation/ |
minidump_generator.h | 59 const DWORD thread_id,
|
/external/lldb/include/lldb/Breakpoint/ |
BreakpointLocation.h | 189 /// @param[in] thread_id 193 SetThreadID (lldb::tid_t thread_id);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
gthr-default.h | 120 DWORD thread_id = 0; local 124 arg, 0, &thread_id))) 125 thread_id = 0; 127 return (objc_thread_t) (INT_PTR) thread_id;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
gthr-default.h | 120 DWORD thread_id = 0; local 124 arg, 0, &thread_id))) 125 thread_id = 0; 127 return (objc_thread_t) (INT_PTR) thread_id;
|
/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],
|
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/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/google-breakpad/src/google_breakpad/processor/ |
minidump.h | 282 virtual bool GetThreadID(uint32_t *thread_id) const; 329 MinidumpThread* GetThreadByID(uint32_t thread_id); 607 bool GetThreadID(uint32_t *thread_id) const; 767 bool GetDumpThreadID(uint32_t *thread_id) const; 768 bool GetRequestingThreadID(uint32_t *thread_id) const; [all...] |
/external/skia/src/core/ |
SkTraceEvent.h | 347 name, id, thread_id) \ 349 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 352 category_group, name, id, thread_id) \ 354 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 391 name, id, thread_id) \ 393 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \ 396 category_group, name, id, thread_id) \ 398 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \ [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
server.c | 1190 unsigned long gdb_id, thread_id; local 1361 unsigned long gdb_id, thread_id; local [all...] |
/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
|
/art/runtime/ |
monitor.cc | 705 uint32_t thread_id = self->GetThreadId(); local 713 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.ReadBarrierState())); 722 if (owner_thread_id == thread_id) { 726 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count, 791 uint32_t thread_id = self->GetThreadId(); local 793 if (owner_thread_id != thread_id) { 804 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.ReadBarrierState()); 848 uint32_t thread_id = self->GetThreadId(); local 850 if (owner_thread_id != thread_id) { 883 uint32_t thread_id = self->GetThreadId(); local [all...] |
gc_root.h | 57 explicit RootInfo(RootType type, uint32_t thread_id = 0) 58 : type_(type), thread_id_(thread_id) { 70 os << "Type=" << type_ << " thread_id=" << thread_id_;
|
thread_list.cc | 722 uint32_t thread_id) { 723 LOG(severity) << StringPrintf("%s: %d", message, thread_id); 726 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, 733 CHECK_NE(thread_id, kInvalidThreadId); 746 if (it->GetThreadId() == thread_id) { 755 ThreadSuspendByThreadIdWarning(WARNING, "No such thread id for suspend", thread_id); 789 name.c_str(), thread_id).c_str()); 796 ThreadSuspendByThreadIdWarning(WARNING, "Thread suspension timed out", thread_id); [all...] |
/external/compiler-rt/lib/asan/ |
asan_interface_internal.h | 120 u32 *thread_id); 124 u32 *thread_id);
|