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

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c55 doPrivilegedOpenProcess(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwProcessId);
490 doPrivilegedOpenProcess(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwProcessId) { argument
553 hProcess = OpenProcess(dwDesiredAccess, bInheritHandle, dwProcessId);
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c185 sa.bInheritHandle = TRUE;
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c238 securityAttributes.bInheritHandle = FALSE;
307 securityAttributes.bInheritHandle = FALSE;
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1083 lpSA->bInheritHandle = FALSE;

Completed in 43 milliseconds