Searched refs:process_id (Results 1 - 5 of 5) sorted by relevance
/third_party/gn/src/base/win/ |
H A D | scoped_process_information.cc | 78 process_id_ = other.process_id(); in DuplicateFrom() 90 process_information.dwProcessId = process_id(); in Take()
|
H A D | scoped_process_information.h | 42 // instance. Note that the related process_id will also be cleared. 56 DWORD process_id() const { return process_id_; } in process_id() function in base::win::ScopedProcessInformation
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WindowsDebugLogger.cpp | 42 DWORD process_id; in WindowsDebugLogger()
|
/third_party/python/Modules/clinic/ |
H A D | _winapi.c.h | 804 "OpenProcess($module, desired_access, inherit_handle, process_id, /)\n" 813 BOOL inherit_handle, DWORD process_id); 821 DWORD process_id; in _winapi_OpenProcess() local 825 &desired_access, &inherit_handle, &process_id)) { in _winapi_OpenProcess() 828 _return_value = _winapi_OpenProcess_impl(module, desired_access, inherit_handle, process_id); in _winapi_OpenProcess()
|
/third_party/python/Modules/ |
H A D | _winapi.c | 1464 process_id: DWORD 1470 BOOL inherit_handle, DWORD process_id) in _winapi_OpenProcess_impl() 1476 process_id, desired_access) < 0) { in _winapi_OpenProcess_impl() 1481 handle = OpenProcess(desired_access, inherit_handle, process_id); in _winapi_OpenProcess_impl() 1469 _winapi_OpenProcess_impl(PyObject *module, DWORD desired_access, BOOL inherit_handle, DWORD process_id) _winapi_OpenProcess_impl() argument
|
Completed in 5 milliseconds