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

  /external/python/cpython3/Modules/clinic/
_winapi.c.h 283 " thread_attrs, inherit_handles, creation_flags,\n"
291 " thread_attrs\n"
303 PyObject *thread_attrs, BOOL inherit_handles,
315 PyObject *thread_attrs; 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);
  /external/python/cpython3/Modules/
_winapi.c 800 thread_attrs: object
818 PyObject *thread_attrs, BOOL inherit_handles,
    [all...]

Completed in 84 milliseconds