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:__anon12207::CreateProcessRequest
456 SECURITY_ATTRIBUTES* thread_attributes,
475 thread_attributes,
unprivileged_process_delegate.cc 264 SECURITY_ATTRIBUTES thread_attributes; local
265 thread_attributes.nLength = sizeof(thread_attributes);
266 thread_attributes.lpSecurityDescriptor = thread_sd.get();
267 thread_attributes.bInheritHandle = FALSE;
308 &thread_attributes,

Completed in 382 milliseconds