HomeSort by relevance Sort by last modified time
    Searched full:get_current_process (Results 1 - 3 of 3) sorted by null

  /external/qemu/memcheck/
memcheck_proc_management.c 341 get_current_process(void) function
480 parent_proc = get_current_process();
491 if (parent_proc->pid != get_current_process()->pid) {
494 get_current_process()->image_path, get_current_process()->pid);
519 parent_proc = get_current_process();
530 if (parent_proc->pid != get_current_process()->pid) {
533 get_current_process()->image_path, get_current_process()->pid);
548 ProcDesc* current_proc = get_current_process();
    [all...]
memcheck.c 203 ProcDesc* proc = get_current_process();
647 return procdesc_contains_allocs(get_current_process(), addr, size) ? 1 : 0;
memcheck_proc_management.h 200 ProcDesc* get_current_process(void);

Completed in 154 milliseconds