Home
last modified time | relevance | path

Searched refs:thread_attributes (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/remoting/host/win/
Dunprivileged_process_delegate.cc269 SECURITY_ATTRIBUTES thread_attributes; in LaunchProcess() local
270 thread_attributes.nLength = sizeof(thread_attributes); in LaunchProcess()
271 thread_attributes.lpSecurityDescriptor = thread_sd.get(); in LaunchProcess()
272 thread_attributes.bInheritHandle = FALSE; in LaunchProcess()
311 &thread_attributes, in LaunchProcess()
Dlaunch_process_with_token.h38 SECURITY_ATTRIBUTES* thread_attributes,
Dlaunch_process_with_token.cc306 SECURITY_ATTRIBUTES thread_attributes; in SendCreateProcessRequest() member
453 SECURITY_ATTRIBUTES* thread_attributes, in LaunchProcessWithToken() argument
472 thread_attributes, in LaunchProcessWithToken()
/external/chromium_org/sandbox/win/src/
Dprocess_thread_interception.cc265 LPSECURITY_ATTRIBUTES thread_attributes, in TargetCreateProcessW() argument
271 thread_attributes, inherit_handles, flags, in TargetCreateProcessW()
324 LPSECURITY_ATTRIBUTES thread_attributes, in TargetCreateProcessA() argument
330 thread_attributes, inherit_handles, flags, in TargetCreateProcessA()
Dprocess_thread_interception.h75 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
82 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
Dinterceptors_64.cc177 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, in TargetCreateProcessW64() argument
183 process_attributes, thread_attributes, in TargetCreateProcessW64()
192 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, in TargetCreateProcessA64() argument
198 process_attributes, thread_attributes, in TargetCreateProcessA64()
Dinterceptors_64.h113 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
121 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,