Home
last modified time | relevance | path

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

/external/qemu/memcheck/
Dmemcheck_proc_management.c468 ProcDesc* parent_proc; in memcheck_fork() local
475 parent_proc = get_current_process(); in memcheck_fork()
477 parent_proc = get_process_from_tid(tgid); in memcheck_fork()
480 if (parent_proc == NULL) { in memcheck_fork()
486 if (parent_proc->pid != get_current_process()->pid) { in memcheck_fork()
488 tgid, new_pid, parent_proc->image_path, parent_proc->pid, in memcheck_fork()
492 new_proc = create_new_process(new_pid, parent_proc->pid); in memcheck_fork()
499 procdesc_set_image_path(new_proc, parent_proc->image_path, 0); in memcheck_fork()
502 tgid, new_pid, parent_proc->image_path, parent_proc->pid, current_tid); in memcheck_fork()
508 ProcDesc* parent_proc; in memcheck_clone() local
[all …]