Searched refs:current_process (Results 1 – 2 of 2) sorted by relevance
44 static ProcDesc* current_process = NULL; variable323 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()
154 HANDLE current_process = GetCurrentProcess(); in GetProcId() local156 if (DuplicateHandle(current_process, process, current_process, in GetProcId()