Home
last modified time | relevance | path

Searched refs:one_thread (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper_unittest.cc429 ThreadInfo one_thread;
431 EXPECT_TRUE(dumper.GetThreadInfoByIndex(i, &one_thread));
435 one_thread.stack_pointer));
439 pid_t* process_tid_location = (pid_t*)(one_thread.regs.uregs[3]);
441 pid_t* process_tid_location = (pid_t*)(one_thread.regs.regs[3]);
443 pid_t* process_tid_location = (pid_t*)(one_thread.regs.ecx);
445 pid_t* process_tid_location = (pid_t*)(one_thread.regs.rcx);
448 reinterpret_cast<pid_t*>(one_thread.regs.regs[1]);
/external/elfutils/libdwfl/
Ddwfl_frame.c383 struct one_thread struct
392 struct one_thread *ot = (struct one_thread *) arg; in get_one_thread_frames_cb() argument
401 struct one_thread ot = { .callback = callback, .arg = arg }; in dwfl_getthread_frames()
DChangeLog710 (one_thread): New struct.
/external/google-benchmark/src/
Dbenchmark.cc348 std::vector<int> one_thread; in FindBenchmarks() local
349 one_thread.push_back(1); in FindBenchmarks()
364 ? &one_thread in FindBenchmarks()
/external/opencv3/modules/calib3d/perf/
Dperf_pnp.cpp144 tbb::task_scheduler_init one_thread(1); variable