HomeSort by relevance Sort by last modified time
    Searched defs:thread_attributes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 307 SECURITY_ATTRIBUTES thread_attributes; member in struct:__anon12926::CreateProcessRequest
456 SECURITY_ATTRIBUTES* thread_attributes,
475 thread_attributes,
unprivileged_process_delegate.cc 269 SECURITY_ATTRIBUTES thread_attributes; local
270 thread_attributes.nLength = sizeof(thread_attributes);
271 thread_attributes.lpSecurityDescriptor = thread_sd.get();
272 thread_attributes.bInheritHandle = FALSE;
314 &thread_attributes,

Completed in 50 milliseconds