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

  /external/qemu/memcheck/
memcheck_proc_management.c 44 static ProcDesc* current_process = NULL; variable
323 current_process = current_thread->process;
324 return current_process;
338 if (current_process == NULL) {
341 current_process = cur_thread->process;
344 return current_process;
461 current_process = NULL;
683 current_process = NULL;
  /external/chromium/base/
process_util_win.cc 154 HANDLE current_process = GetCurrentProcess(); local
156 if (DuplicateHandle(current_process, process, current_process,

Completed in 1173 milliseconds