Searched refs:proc_handle (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c1786 HANDLE proc_handle = GetCurrentProcess ();
1808 proc_handle = OpenProcess (PROCESS_SET_INFORMATION, FALSE, pid);
1816 if (proc_handle != NULL)
1818 if (SetPriorityClass (proc_handle, priority_class))
1821 CloseHandle (proc_handle);
1785 HANDLE proc_handle = GetCurrentProcess (); variable
1820 CloseHandle (proc_handle); variable

Completed in 54 milliseconds