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

/macosx-10.10/emacs-93/emacs/lib-src/
H A Dntlib.c53 static HANDLE getppid_parent; variable
73 if (!getppid_parent)
75 getppid_parent = OpenProcess (SYNCHRONIZE, FALSE, atoi(ppid));
76 if (!getppid_parent)
84 result = WaitForSingleObject (getppid_parent, 0);

Completed in 117 milliseconds