Home
last modified time | relevance | path

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

/external/qemu/memcheck/
Dmemcheck_proc_management.c44 static ProcDesc* current_process = NULL; variable
323 current_process = current_thread->process; in get_process_from_pid()
324 return current_process; in get_process_from_pid()
338 if (current_process == NULL) { in get_current_process()
341 current_process = cur_thread->process; in get_current_process()
344 return current_process; in get_current_process()
461 current_process = NULL; in memcheck_switch()
683 current_process = NULL; in memcheck_exit()
/external/chromium/base/
Dprocess_util_win.cc154 HANDLE current_process = GetCurrentProcess(); in GetProcId() local
156 if (DuplicateHandle(current_process, process, current_process, in GetProcId()