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

  /external/libchrome/base/process/
launch.h 84 bool inherit_handles = false; member in struct:base::LaunchOptions
106 // |inherit_handles| flag must be set to true when redirecting stdio stream.
  /external/python/cpython2/PC/
_subprocess.c 424 int inherit_handles; local
435 &inherit_handles,
468 inherit_handles,
  /external/python/cpython3/Modules/clinic/
_winapi.c.h 283 " thread_attrs, inherit_handles, creation_flags,\n"
303 PyObject *thread_attrs, BOOL inherit_handles,
316 BOOL inherit_handles; local
323 &application_name, &command_line, &proc_attrs, &thread_attrs, &inherit_handles, &creation_flags, &env_mapping, &current_directory, &startup_info)) {
326 return_value = _winapi_CreateProcess_impl(module, application_name, command_line, proc_attrs, thread_attrs, inherit_handles, creation_flags, env_mapping, current_directory, startup_info);

Completed in 466 milliseconds