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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
debugapi.h 27 WINBASEAPI WINBOOL APIENTRY ContinueDebugEvent (DWORD dwProcessId, DWORD dwThreadId, DWORD dwContinueStatus);
29 WINBASEAPI WINBOOL APIENTRY DebugActiveProcess (DWORD dwProcessId);
30 WINBASEAPI WINBOOL APIENTRY DebugActiveProcessStop (DWORD dwProcessId);
vdmdbg.h 281 typedef WINBOOL (WINAPI *PROCESSENUMPROC)(DWORD dwProcessId,DWORD dwAttributes,LPARAM lpUserDefined);
288 INT WINAPI VDMEnumTaskWOW(DWORD dwProcessId,TASKENUMPROC fp,LPARAM lparam);
289 INT WINAPI VDMEnumTaskWOWEx(DWORD dwProcessId,TASKENUMPROCEX fp,LPARAM lparam);
290 WINBOOL WINAPI VDMTerminateTaskWOW(DWORD dwProcessId,WORD htask);
291 WINBOOL WINAPI VDMStartTaskInWOW(DWORD dwProcessId,LPSTR lpCommandLine,WORD wShow);
processthreadsapi.h 27 DWORD dwProcessId;
98 WINBASEAPI WINBOOL WINAPI ProcessIdToSessionId (DWORD dwProcessId, DWORD *pSessionId);
106 WINBASEAPI HANDLE WINAPI OpenProcess (DWORD dwDesiredAccess, WINBOOL bInheritHandle, DWORD dwProcessId);
restartmanager.h 74 DWORD dwProcessId;
ddrawi.h 651 DWORD dwProcessId;
699 DWORD dwProcessId;
    [all...]
minwinbase.h 264 DWORD dwProcessId;
winsock2.h 909 typedef int (WSAAPI *LPFN_WSADUPLICATESOCKETA)(SOCKET s,DWORD dwProcessId,LPWSAPROTOCOL_INFOA lpProtocolInfo);
910 typedef int (WSAAPI *LPFN_WSADUPLICATESOCKETW)(SOCKET s,DWORD dwProcessId,LPWSAPROTOCOL_INFOW lpProtocolInfo);
    [all...]
shlwapi.h     [all...]
wincon.h 249 WINBASEAPI WINBOOL WINAPI AttachConsole(DWORD dwProcessId);
winsvc.h 165 DWORD dwProcessId;
ws2spi.h 46 typedef int (WSPAPI *LPWSPDUPLICATESOCKET)(SOCKET s,DWORD dwProcessId,LPWSAPROTOCOL_INFOW lpProtocolInfo,LPINT lpErrno);
ntgdi.h     [all...]
winuser.h     [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 446 ProcessIDToHandle[DebugEvent.dwProcessId] =
456 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId)
461 ProcessIDToHandle.find(DebugEvent.dwProcessId);
496 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1);
530 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1);
542 success = ContinueDebugEvent(DebugEvent.dwProcessId,
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 485 ProcessIDToHandle[DebugEvent.dwProcessId] =
495 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId)
500 ProcessIDToHandle.find(DebugEvent.dwProcessId);
535 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1);
569 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1);
581 success = ContinueDebugEvent(DebugEvent.dwProcessId,
  /external/python/cpython2/Modules/_multiprocessing/
win32_functions.c 155 DWORD dwProcessId;
159 &dwDesiredAccess, &bInheritHandle, &dwProcessId))
162 handle = OpenProcess(dwDesiredAccess, bInheritHandle, dwProcessId);
  /external/python/cpython2/PC/
_subprocess.c 484 pi.dwProcessId,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 742 DWORD dwProcessId;
  /external/python/cpython3/Modules/
_winapi.c 879 pi.dwProcessId,
    [all...]
  /system/core/adb/
adb.cpp 870 fprintf(stderr, "adb: server is running with process id %lu\n", pinfo.dwProcessId);
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 645 milliseconds