Home
last modified time | relevance | path

Searched refs:thread_attrs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_winapi.c.h306 PyObject *thread_attrs, BOOL inherit_handles,
318 PyObject *thread_attrs; in _winapi_CreateProcess() local
326 …&application_name, &command_line, &proc_attrs, &thread_attrs, &inherit_handles, &creation_flags, &… in _winapi_CreateProcess()
329 …reateProcess_impl(module, application_name, command_line, proc_attrs, thread_attrs, inherit_handle… in _winapi_CreateProcess()
/external/python/cpython3/Modules/
D_winapi.c1000 PyObject *thread_attrs, BOOL inherit_handles, in _winapi_CreateProcess_impl() argument