Searched refs:one_thread (Results 1 – 8 of 8) sorted by relevance
444 ThreadInfo one_thread; in TEST() local447 EXPECT_TRUE(dumper.GetThreadInfoByIndex(i, &one_thread)); in TEST()451 one_thread.stack_pointer)); in TEST()455 pid_t* process_tid_location = (pid_t*)(one_thread.regs.uregs[3]); in TEST()457 pid_t* process_tid_location = (pid_t*)(one_thread.regs.regs[3]); in TEST()459 pid_t* process_tid_location = (pid_t*)(one_thread.regs.ecx); in TEST()461 pid_t* process_tid_location = (pid_t*)(one_thread.regs.rcx); in TEST()464 reinterpret_cast<pid_t*>(one_thread.mcontext.gregs[1]); in TEST()
369 struct one_thread struct378 struct one_thread *ot = (struct one_thread *) arg; in get_one_thread_frames_cb() argument387 struct one_thread ot = { .callback = callback, .arg = arg }; in dwfl_getthread_frames()
1316 (one_thread): New struct.
128 const std::vector<int> one_thread = {1}; in FindBenchmarks() local140 ? &one_thread in FindBenchmarks()
134 const std::vector<int> one_thread = {1}; in FindBenchmarks() local146 ? &one_thread in FindBenchmarks()
40 fn one_thread() { in one_thread() function