Home
last modified time | relevance | path

Searched refs:bInheritHandle (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dwin32_functions.c154 BOOL bInheritHandle; in win32_OpenProcess() local
159 &dwDesiredAccess, &bInheritHandle, &dwProcessId)) in win32_OpenProcess()
162 handle = OpenProcess(dwDesiredAccess, bInheritHandle, dwProcessId); in win32_OpenProcess()
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc104 sec_attr_stdout.bInheritHandle = TRUE; in RunCommand()
115 sec_attr_stdin.bInheritHandle = TRUE; in RunCommand()
/external/ImageMagick/Magick++/lib/
DThread.cpp48 security.bInheritHandle=TRUE;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc176 attrs.bInheritHandle = TRUE; in StartSymbolizerSubprocess()
/external/icu/icu4c/source/common/
Dumapfile.c126 mappingAttributes.bInheritHandle = FALSE; /* object uninheritable */ in uprv_mapFile()
/external/webrtc/webrtc/base/
Dwin32filesystem.cc162 security_attributes.bInheritHandle = FALSE; in CreatePrivateFile()
/external/deqp/execserver/
DxsWin32TestProcess.cpp522 securityAttr.bInheritHandle = TRUE; in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c658 securityAttr.bInheritHandle = TRUE; in deProcess_start()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc115 sa.bInheritHandle = TRUE;
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c403 priv->attr.bInheritHandle = FALSE; in ctrl_iface_parse()
/external/llvm/lib/Support/Windows/
DProgram.inc126 sa.bInheritHandle = TRUE;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc126 sa.bInheritHandle = TRUE;
/external/ImageMagick/MagickCore/
Dnt-base.c2382 sa.bInheritHandle=TRUE; in NTSystemCommand()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1185 m_securityAttributes.bInheritHandle = TRUE; in getSecurityAttributes()
/external/python/cpython2/Modules/
Dposixmodule.c5528 saAttr.bInheritHandle = TRUE; in _PyPopen()