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

  /external/webkit/Tools/record-memory-win/
main.cpp 20 void QueryContinuously(HANDLE hProcess);
21 int EvalProcesses(HANDLE hProcess);
90 HANDLE hProcess;
93 hProcess = OpenProcess( PROCESS_QUERY_INFORMATION |
96 if (NULL == hProcess)
99 if (GetProcessMemoryInfo( hProcess, (PPROCESS_MEMORY_COUNTERS)&pmc, sizeof(pmc))) {
103 CloseHandle( hProcess );
112 HANDLE hProcess = OpenProcess( PROCESS_QUERY_INFORMATION |
117 if (NULL != hProcess) {
121 if (EnumProcessModules(hProcess, &hMod, sizeof(hMod), &cbNeeded)) {
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 565 pproc->pid = (intptr_t)procInfo.hProcess;
1195 HANDLE hProcess;
1238 hProcess = process_init_fd(hIn, hOut, hErr);
1240 if (process_begin(hProcess, argv, envp, argv[0], NULL)) {
1243 if (!((sub_process*) hProcess)->last_err)
1244 ((sub_process*) hProcess)->last_err = -1;
1245 ((sub_process*) hProcess)->exit_code = process_last_err(hProcess);
1253 process_register(hProcess);
1255 return hProcess;
    [all...]
  /external/sqlite/dist/orig/
shell.c 137 static HANDLE hProcess;
155 hProcess = GetCurrentProcess();
156 if( hProcess ){
176 getProcessTimesAddr(hProcess, &ftCreation, &ftExit, &ftKernelBegin, &ftUserBegin);
193 getProcessTimesAddr(hProcess, &ftCreation, &ftExit, &ftKernelEnd, &ftUserEnd);
    [all...]
  /external/sqlite/dist/
shell.c 142 static HANDLE hProcess;
160 hProcess = GetCurrentProcess();
161 if( hProcess ){
181 getProcessTimesAddr(hProcess, &ftCreation, &ftExit, &ftKernelBegin, &ftUserBegin);
198 getProcessTimesAddr(hProcess, &ftCreation, &ftExit, &ftKernelEnd, &ftUserEnd);
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 363 milliseconds