HomeSort by relevance Sort by last modified time
    Searched refs:one_thread (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 429 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/
dwfl_frame.c 383 struct one_thread struct
392 struct one_thread *ot = (struct one_thread *) arg;
401 struct one_thread ot = { .callback = callback, .arg = arg };
  /external/google-benchmark/src/
benchmark_register.cc 121 const std::vector<int> one_thread = {1}; local
133 ? &one_thread
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 111 const std::vector<int> one_thread = {1}; local
123 ? &one_thread

Completed in 147 milliseconds