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

  /external/qemu/memcheck/
memcheck_proc_management.c 336 get_current_process(void) function
475 parent_proc = get_current_process();
486 if (parent_proc->pid != get_current_process()->pid) {
489 get_current_process()->image_path, get_current_process()->pid);
514 parent_proc = get_current_process();
525 if (parent_proc->pid != get_current_process()->pid) {
528 get_current_process()->image_path, get_current_process()->pid);
543 ProcDesc* current_proc = get_current_process();
    [all...]
memcheck_proc_management.h 194 ProcDesc* get_current_process(void);
memcheck.c 197 ProcDesc* proc = get_current_process();
641 return procdesc_contains_allocs(get_current_process(), addr, size) ? 1 : 0;

Completed in 1304 milliseconds