/external/v8/src/ |
v8threads.cc | 353 void ThreadManager::TerminateExecution(ThreadId thread_id) { 357 if (thread_id.Equals(state->id())) {
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_winpcap.c | 205 DWORD thread_id; local 245 &thread_id);
|
/external/ceres-solver/internal/ceres/ |
schur_eliminator_impl.h | 225 int thread_id = omp_get_thread_num(); local 227 int thread_id = 0; 229 double* buffer = buffer_.get() + thread_id * buffer_size_; 512 int thread_id = omp_get_thread_num(); local 514 int thread_id = 0; local 517 chunk_outer_product_buffer_.get() + thread_id * buffer_size_;
|
/external/google-breakpad/src/processor/ |
minidump_processor.cc | 173 uint32_t thread_id; local 174 if (!thread->GetThreadID(&thread_id)) { 179 thread_string += " id " + HexString(thread_id); 186 if (has_dump_thread && thread_id == dump_thread_id) { 192 if (has_requesting_thread && thread_id == requesting_thread_id) { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_parallelism_framework.py | 348 usage_dict = {} # (process_id, thread_id): number of tasks performed 349 for (process_id, thread_id) in results: 350 usage_dict[(process_id, thread_id)] = ( 351 usage_dict.get((process_id, thread_id), 0) + 1)
|
/external/libxml2/ |
threads.c | 111 thread_id tid; 132 thread_id tid; 168 thread_id mainthread = 0;
|
/external/google-breakpad/src/client/windows/crash_generation/ |
crash_generation_server.cc | 83 msg.thread_id != NULL && 430 msg_.thread_id, [all...] |
minidump_generator.cc | 255 const DWORD thread_id, 266 thread_id_(thread_id),
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_format.h | 359 uint32_t thread_id; member in struct:__anon12881 540 uint32_t thread_id; /* Thread in which the exception member in struct:__anon12892 542 * (MDRawThread).thread_id. */ [all...] |
/external/skia/src/core/ |
SkTraceEvent.h | 207 category_group, name, id, thread_id, flags, ...) \ 217 thread_id, base::TimeTicks::FromInternalValue(timestamp), \
|
/external/webrtc/webrtc/system_wrappers/source/ |
trace_impl.cc | 80 uint32_t thread_id = rtc::CurrentThreadId(); local 82 return sprintf(trace_message, "%10u; ", thread_id);
|
/art/runtime/ |
thread.cc | 2824 const uint32_t thread_id = GetThreadId(); local [all...] |
stack.h | 474 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) 475 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) {
|
/external/chromium-trace/catapult/devil/devil/android/ |
logcat_monitor_test.py | 55 self.assertEqual(actual.group('thread_id'), expected[1]) 175 r'\S* logcat monitor test message \d', thread_id=2109)
|
/external/google-breakpad/src/client/solaris/handler/ |
minidump_generator.cc | 237 lwp->thread_id = lsp->pr_lwpid; 289 // should be the thread_id 290 lwp->thread_id = lsp->pr_lwpid; 304 // should be the thread_id 305 lwp->thread_id = lsp->pr_lwpid; 589 exception.get()->thread_id = writer_args->crashed_lwpid;
|
/external/valgrind/coregrind/m_gdbserver/ |
server.h | 252 void add_thread (unsigned long thread_id, void *target_data, unsigned int);
|
/external/ImageMagick/www/api/ |
image-view.php | 110 const int thread_id,void *context) 281 const ssize_t y,const int thread_id,void *context) 479 const ssize_t y,const int thread_id,void *context) 525 ImageView *destination,const ssize_t y,const int thread_id, 576 const ssize_t y,const int thread_id,void *context)
|
wand-view.php | 110 const int thread_id,void *context) 214 const ssize_t y,const int thread_id,void *context) 401 const ssize_t y,const int thread_id,void *context) 447 WandView *destination,const ssize_t y,const int thread_id, 498 const int thread_id,void *context)
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer.cc | 274 dumper_->CopyFromProcess(*stack_copy, thread->thread_id, stack, 320 thread.thread_id = dumper_->threads()[i]; 326 if (static_cast<pid_t>(thread.thread_id) == GetCrashThread() && 369 thread.thread_id, 624 exc.get()->thread_id = GetCrashThread(); [all...] |
/external/google-breakpad/src/client/mac/handler/ |
minidump_generator.cc | 945 bool MinidumpGenerator::WriteThreadStream(mach_port_t thread_id, 951 if (GetThreadState(thread_id, state, &state_count)) { 960 thread->thread_id = thread_id; [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 112 bool SuspendThread(SuspendedThreadID thread_id);
|
/external/libchrome/base/test/ |
trace_event_analyzer_unittest.cc | 121 event.thread.thread_id = 4; 133 other.thread.thread_id = 6; 147 Query event_tid = Query::EventTidIs(event.thread.thread_id); 162 Query other_tid = Query::OtherTidIs(other.thread.thread_id);
|
/external/google-breakpad/src/client/linux/handler/ |
exception_handler_unittest.cc | 1184 uint32_t thread_id; local [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-port_test.cc | 282 pthread_t thread_id; local 291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); 298 ASSERT_EQ(0, pthread_join(thread_id, &dummy)); [all...] |
/external/gtest/test/ |
gtest-port_test.cc | 317 pthread_t thread_id; local 326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); 333 ASSERT_EQ(0, pthread_join(thread_id, &dummy)); [all...] |