Searched refs:thread_attributes (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/remoting/host/win/ |
D | unprivileged_process_delegate.cc | 269 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()
|
D | launch_process_with_token.h | 38 SECURITY_ATTRIBUTES* thread_attributes,
|
D | launch_process_with_token.cc | 306 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/ |
D | process_thread_interception.cc | 265 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()
|
D | process_thread_interception.h | 75 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, 82 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
|
D | interceptors_64.cc | 177 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()
|
D | interceptors_64.h | 113 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, 121 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
|