Home
last modified time | relevance | path

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

12

/third_party/boost/boost/winapi/
Dmutex.hpp52 boost::winapi::BOOL_ bInheritHandle,
68 boost::winapi::BOOL_ bInheritHandle,
159 BOOST_FORCEINLINE HANDLE_ open_mutex(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_mutex() argument
161 return ::OpenMutexA(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
170 BOOST_FORCEINLINE HANDLE_ open_mutex(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ lpName) in open_mutex() argument
172 return ::OpenMutexW(dwDesiredAccess, bInheritHandle, lpName); in open_mutex()
Dsemaphore.hpp77 boost::winapi::BOOL_ bInheritHandle,
84 boost::winapi::BOOL_ bInheritHandle,
169 BOOST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpNa… in open_semaphore() argument
171 return ::OpenSemaphoreA(dwDesiredAccess, bInheritHandle, lpName); in open_semaphore()
177 BOOST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ lpN… in open_semaphore() argument
179 return ::OpenSemaphoreW(dwDesiredAccess, bInheritHandle, lpName); in open_semaphore()
Devent.hpp54 boost::winapi::BOOL_ bInheritHandle,
70 boost::winapi::BOOL_ bInheritHandle,
167 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpName) in open_event() argument
169 return ::OpenEventA(dwDesiredAccess, bInheritHandle, lpName); in open_event()
178 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ lpName) in open_event() argument
180 return ::OpenEventW(dwDesiredAccess, bInheritHandle, lpName); in open_event()
Dfile_mapping.hpp49 boost::winapi::BOOL_ bInheritHandle,
84 boost::winapi::BOOL_ bInheritHandle,
200 BOOST_FORCEINLINE HANDLE_ open_file_mapping(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ l… in open_file_mapping() argument
202 return ::OpenFileMappingA(dwDesiredAccess, bInheritHandle, lpName); in open_file_mapping()
246 BOOST_FORCEINLINE HANDLE_ open_file_mapping(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ … in open_file_mapping() argument
248 return ::OpenFileMappingW(dwDesiredAccess, bInheritHandle, lpName); in open_file_mapping()
Dwaitable_timer.hpp39 boost::winapi::BOOL_ bInheritHandle,
52 boost::winapi::BOOL_ bInheritHandle,
Dhandles.hpp31 boost::winapi::BOOL_ bInheritHandle,
Dbasic_types.hpp266 BOOL_ bInheritHandle; member
Dprocess.hpp108 boost::winapi::BOOL_ bInheritHandle,
/third_party/boost/libs/log/src/
Dpermissions.cpp57 g_unrestricted_security_attributes.bInheritHandle = FALSE; in BOOST_LOG_ONCE_BLOCK()
/third_party/boost/libs/winapi/test/run/
Dbasic_types_abi.cpp89 BOOST_WINAPI_TEST_STRUCT(SECURITY_ATTRIBUTES, (nLength)(lpSecurityDescriptor)(bInheritHandle)); in main()
/third_party/ninja/src/
Dmsvc_helper-win32.cc43 security_attributes.bInheritHandle = TRUE; in Run()
Dsubprocess-win32.cc81 security_attributes.bInheritHandle = TRUE; in Start()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink-kb.c137 sec_attrs.bInheritHandle = FALSE; in gst_d3d11_video_sink_kb_set_key_handler()
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_windows.cc75 sa.bInheritHandle = TRUE; in Pipe()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play-kb.c248 sec_attrs.bInheritHandle = FALSE; in gst_play_kb_set_key_handler()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp176 saAttr.bInheritHandle = TRUE; // Pipe handles are inherited by child process. in ExecCmd()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_win.cpp145 sa_attr.bInheritHandle = TRUE; in RunApp()
/third_party/gn/src/gn/
Dexec_process.cc54 sa_attr.bInheritHandle = TRUE; in ExecProcess()
/third_party/libuv/src/win/
Dprocess-stdio.c151 sa.bInheritHandle = TRUE; in uv__create_nul_handle()
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp159 securityAttribs.bInheritHandle = TRUE; in WindowsProcess()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumapfile.cpp165 mappingAttributes.bInheritHandle = FALSE; /* object uninheritable */ in uprv_mapFile()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay.c543 attrs.bInheritHandle = FALSE; in main()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c384 sa.bInheritHandle = TRUE; /* inherit the pipes */ in lws_spawn_piped()
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp522 securityAttr.bInheritHandle = TRUE; in start()
/third_party/glib/glib/
Dgwin32.c1170 sa.bInheritHandle = TRUE; in g_win32_veh_handler()

12